diff --git a/routes/findFirst/schema.ts b/routes/findFirst/schema.ts index c68215f..9005f40 100644 --- a/routes/findFirst/schema.ts +++ b/routes/findFirst/schema.ts @@ -2,5 +2,5 @@ import { z } from "zod"; export const schema = z.object({ table: z.string(), - where: z.any().optional(), + where: z.any() })