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

This commit is contained in:
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

View File

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