Added status: true to booking model (#203)
parent
adfada993e
commit
9448e67ed0
|
@ -59,4 +59,5 @@ export const schemaBookingReadPublic = Booking.extend({
|
|||
attendees: true,
|
||||
user: true,
|
||||
metadata: true,
|
||||
status: true,
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue