Fix response validation for get stays

This commit is contained in:
Niclas Edenvin
2024-10-08 15:23:42 +02:00
parent baf6ed9f2b
commit 1b1c7e6398

View File

@@ -111,6 +111,7 @@ export const getStaysSchema = z.object({
limit: z.number(),
totalCount: z.number(),
})
.optional()
.nullable(),
})