fix: Return all responses in booking api (#11284)
parent
b1fff71c91
commit
d9c3c184c4
|
@ -58,6 +58,7 @@ export const schemaBookingReadPublic = Booking.extend({
|
|||
})
|
||||
)
|
||||
.optional(),
|
||||
responses: z.record(z.any()),
|
||||
}).pick({
|
||||
id: true,
|
||||
userId: true,
|
||||
|
|
Loading…
Reference in New Issue