Added status: true to booking model (#203)

pull/9078/head
Alex van Andel 2022-10-21 14:04:20 +01:00 committed by GitHub
parent adfada993e
commit 9448e67ed0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -59,4 +59,5 @@ export const schemaBookingReadPublic = Booking.extend({
attendees: true,
user: true,
metadata: true,
status: true,
});