fix: Return all responses in booking api (#11284)

pull/11428/head^2
Kevin Crimi 2023-09-18 16:39:25 -07:00 committed by GitHub
parent b1fff71c91
commit d9c3c184c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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