fix: Return all responses in booking api (#11284)
This commit is contained in:
@@ -58,6 +58,7 @@ export const schemaBookingReadPublic = Booking.extend({
|
||||
})
|
||||
)
|
||||
.optional(),
|
||||
responses: z.record(z.any()),
|
||||
}).pick({
|
||||
id: true,
|
||||
userId: true,
|
||||
|
||||
Reference in New Issue
Block a user