Skip to content

Commit eb05d54

Browse files
authored
fix: Booker active booking limit can't be switched off (#23005)
1 parent 1fa8a5e commit eb05d54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/trpc/server/routers/viewer/eventTypes/update.handler.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ export const updateHandler = async ({ ctx, input }: UpdateOptions) => {
230230
description: newDescription,
231231
title: newTitle,
232232
bookingFields,
233+
maxActiveBookingsPerBooker,
233234
isRRWeightsEnabled,
234235
rrSegmentQueryValue:
235236
rest.rrSegmentQueryValue === null ? Prisma.DbNull : (rest.rrSegmentQueryValue as Prisma.InputJsonValue),

0 commit comments

Comments
 (0)