Skip to content

Commit

Permalink
Remove hanging string expressions (colinhacks#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiabits authored and MrAwesome committed May 20, 2022
1 parent c904e56 commit 4a12656
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions deno/lib/types.ts
Expand Up @@ -449,8 +449,6 @@ export abstract class ZodType<
}

optional(): ZodOptional<this> {
("");
("asdf");
return ZodOptional.create(this) as any;
}
nullable(): ZodNullable<this> {
Expand Down
2 changes: 0 additions & 2 deletions src/types.ts
Expand Up @@ -405,8 +405,6 @@ export abstract class ZodType<
}

optional(): ZodOptional<this> {
("");
("asdf");
return ZodOptional.create(this) as any;
}
nullable(): ZodNullable<this> {
Expand Down

0 comments on commit 4a12656

Please sign in to comment.