Skip to content

Commit a147457

Browse files
committed
Remove unnecessary changes
1 parent 832a423 commit a147457

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/adapters/zod.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ export type ZodObjectTypes = ZodObjectType;
3535

3636
// left in for compatibility reasons
3737
export type ZodValidation<T extends ZodObjectTypes = ZodObjectTypes> = T;
38-
// type asdf = ZodValidation['_output']
39-
// type asdf2 = ZodValidation['_input']
4038

4139
async function validate<T extends ZodValidation>(
4240
schema: T,

0 commit comments

Comments
 (0)