Skip to content

Commit

Permalink
fix: Removed duplicated processCreateParams in ZodNumber
Browse files Browse the repository at this point in the history
  • Loading branch information
equt committed Nov 17, 2021
1 parent 72fa277 commit 7e4b78b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion deno/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,6 @@ export class ZodNumber extends ZodType<number, ZodNumberDef> {
checks: [],
typeName: ZodFirstPartyTypeKind.ZodNumber,
...processCreateParams(params),
...processCreateParams(params),
});
};

Expand Down
1 change: 0 additions & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,6 @@ export class ZodNumber extends ZodType<number, ZodNumberDef> {
checks: [],
typeName: ZodFirstPartyTypeKind.ZodNumber,
...processCreateParams(params),
...processCreateParams(params),
});
};

Expand Down

0 comments on commit 7e4b78b

Please sign in to comment.