Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adityachoudhari26 committed Sep 22, 2024
1 parent f22bcb6 commit f0710ff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/validators/src/targets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ export const comparisonCondition: z.ZodType<ComparisonCondition> = z.lazy(() =>
comparisonCondition,
nullCondition,
kindEqualsCondition,
nameEqualsCondition,
nameLikeCondition,
nameRegexCondition,
nameCondition,
]),
),
}),
Expand Down

0 comments on commit f0710ff

Please sign in to comment.