Skip to content

Commit 1e1a500

Browse files
chore: generate
1 parent ecc06a3 commit 1e1a500

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/opencode/src/config/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,9 @@ export const Info = Schema.Struct({
247247
.annotate({ identifier: "Config" })
248248
.pipe(
249249
withStatics((s) => ({
250-
zod: (zod(s) as unknown as z.ZodObject<any>)
251-
.strict()
252-
.meta({ ref: "Config" }) as unknown as z.ZodType<DeepMutable<Schema.Schema.Type<typeof s>>>,
250+
zod: (zod(s) as unknown as z.ZodObject<any>).strict().meta({ ref: "Config" }) as unknown as z.ZodType<
251+
DeepMutable<Schema.Schema.Type<typeof s>>
252+
>,
253253
})),
254254
)
255255

0 commit comments

Comments
 (0)