Skip to content

Commit

Permalink
fix: missing make
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Sep 27, 2024
1 parent 720184e commit 3840cda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/effect/src/Effect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6547,6 +6547,7 @@ export const Service: {
return args[prop]
}
})
TagClass["make"] = TagClass["of"]

const of = TagClass["of"]

Expand Down

0 comments on commit 3840cda

Please sign in to comment.