fix: offer seats broken (#20758)
This commit is contained in:
@@ -198,6 +198,7 @@ export const updateHandler = async ({ ctx, input }: UpdateOptions) => {
|
||||
metadata: rest.metadata === null ? Prisma.DbNull : (rest.metadata as Prisma.InputJsonObject),
|
||||
eventTypeColor: eventTypeColor === null ? Prisma.DbNull : (eventTypeColor as Prisma.InputJsonObject),
|
||||
disableGuests: guestsField?.hidden ?? false,
|
||||
seatsPerTimeSlot,
|
||||
};
|
||||
data.locations = locations ?? undefined;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user