refactor(effect): upgrade opencode to beta.46 context APIs (#21977)
This commit is contained in:
@@ -7,8 +7,7 @@ import { withStatics } from "@/util/schema"
|
||||
export const EventID = Schema.String.pipe(
|
||||
Schema.brand("EventID"),
|
||||
withStatics((s) => ({
|
||||
make: (id: string) => s.makeUnsafe(id),
|
||||
ascending: (id?: string) => s.makeUnsafe(Identifier.ascending("event", id)),
|
||||
ascending: (id?: string) => s.make(Identifier.ascending("event", id)),
|
||||
zod: Identifier.schema("event").pipe(z.custom<Schema.Schema.Type<typeof s>>()),
|
||||
})),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user