Skip to content

Commit

Permalink
fix: remove passthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed Feb 26, 2025
1 parent 5a91c8b commit a6e99ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/contracts/src/resources/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@ export const baseFilterSchema = z
),
})
.partial()
.passthrough()
.refine((data) => {
if (!Object.keys(data).length) {
return false;
Expand Down

0 comments on commit a6e99ae

Please sign in to comment.