Skip to content

Commit f701902

Browse files
committed
format
1 parent 91e427e commit f701902

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/core/lib/v3/zodCompat.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ export const isZod3Schema = (
3030

3131
export type JsonSchemaDocument = Record<string, unknown>;
3232

33-
34-
3533
export function toJsonSchema(schema: StagehandZodSchema): JsonSchemaDocument {
36-
3734
if (!isZod4Schema(schema)) {
3835
return zodToJsonSchema(schema);
3936
}

0 commit comments

Comments
 (0)