pull/11808/head
DexterStorey 2023-10-10 17:27:16 -04:00 committed by GitHub
parent 0cfbf7159e
commit 303073822c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ export const schemaBookingReadPublic = Booking.extend({
})
)
.optional(),
responses: z.record(z.any()),
responses: z.record(z.any()).nullable(),
}).pick({
id: true,
userId: true,