Skip to content

Commit

Permalink
Remove hanging string expressions (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiabits committed Apr 7, 2022
1 parent 753f627 commit a6e13cc
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 @@ -394,8 +394,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 @@ -394,8 +394,6 @@ export abstract class ZodType<
}

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

0 comments on commit a6e13cc

Please sign in to comment.