@@ -111,7 +111,6 @@ describe("handleChildrenEventTypes", () => {
111111 timeZone,
112112 requiresBookerEmailVerification,
113113 lockTimeZoneToggleOnBookingPage,
114- lockedTimeZone,
115114 useEventTypeDestinationCalendarEmail,
116115 secondaryEmailId,
117116 autoTranslateDescriptionEnabled,
@@ -137,7 +136,6 @@ describe("handleChildrenEventTypes", () => {
137136 parentId : 1 ,
138137 users : { connect : [ { id : 4 } ] } ,
139138 lockTimeZoneToggleOnBookingPage : false ,
140- lockedTimeZone : "Europe/London" ,
141139 requiresBookerEmailVerification : false ,
142140 instantMeetingScheduleId : undefined ,
143141 bookingLimits : undefined ,
@@ -170,7 +168,6 @@ describe("handleChildrenEventTypes", () => {
170168 scheduleId,
171169 requiresBookerEmailVerification,
172170 lockTimeZoneToggleOnBookingPage,
173- lockedTimeZone,
174171 useEventTypeDestinationCalendarEmail,
175172 secondaryEmailId,
176173 ...evType
@@ -201,7 +198,6 @@ describe("handleChildrenEventTypes", () => {
201198 locations : [ ] ,
202199 scheduleId : null ,
203200 lockTimeZoneToggleOnBookingPage : false ,
204- lockedTimeZone : "Europe/London" ,
205201 requiresBookerEmailVerification : false ,
206202 hashedLink : {
207203 deleteMany : { } ,
@@ -276,7 +272,6 @@ describe("handleChildrenEventTypes", () => {
276272 timeZone,
277273 requiresBookerEmailVerification,
278274 lockTimeZoneToggleOnBookingPage,
279- lockedTimeZone,
280275 useEventTypeDestinationCalendarEmail,
281276 secondaryEmailId,
282277 autoTranslateDescriptionEnabled,
@@ -309,7 +304,6 @@ describe("handleChildrenEventTypes", () => {
309304 customReplyToEmail : null ,
310305 instantMeetingScheduleId : undefined ,
311306 lockTimeZoneToggleOnBookingPage : false ,
312- lockedTimeZone : "Europe/London" ,
313307 requiresBookerEmailVerification : false ,
314308 userId : 4 ,
315309 workflows : undefined ,
@@ -336,7 +330,6 @@ describe("handleChildrenEventTypes", () => {
336330 userId,
337331 requiresBookerEmailVerification,
338332 lockTimeZoneToggleOnBookingPage,
339- lockedTimeZone,
340333 useEventTypeDestinationCalendarEmail,
341334 secondaryEmailId,
342335 ...evType
@@ -370,7 +363,6 @@ describe("handleChildrenEventTypes", () => {
370363 deleteMany : { } ,
371364 } ,
372365 lockTimeZoneToggleOnBookingPage : false ,
373- lockedTimeZone : "Europe/London" ,
374366 requiresBookerEmailVerification : false ,
375367 instantMeetingScheduleId : undefined ,
376368 } ,
@@ -401,7 +393,6 @@ describe("handleChildrenEventTypes", () => {
401393 // eslint-disable-next-line @typescript-eslint/no-unused-vars
402394 requiresBookerEmailVerification,
403395 lockTimeZoneToggleOnBookingPage,
404- lockedTimeZone,
405396 useEventTypeDestinationCalendarEmail,
406397 secondaryEmailId,
407398 autoTranslateDescriptionEnabled,
@@ -427,7 +418,6 @@ describe("handleChildrenEventTypes", () => {
427418 schedulingType : SchedulingType . MANAGED ,
428419 requiresBookerEmailVerification : false ,
429420 lockTimeZoneToggleOnBookingPage : false ,
430- lockedTimeZone : "Europe/London" ,
431421 useEventTypeDestinationCalendarEmail : false ,
432422 workflows : [ ] ,
433423 parentId : 1 ,
@@ -462,7 +452,6 @@ describe("handleChildrenEventTypes", () => {
462452 instantMeetingScheduleId : undefined ,
463453 locations : [ ] ,
464454 lockTimeZoneToggleOnBookingPage : false ,
465- lockedTimeZone : "Europe/London" ,
466455 requiresBookerEmailVerification : false ,
467456 parentId : 1 ,
468457 userId : 5 ,
@@ -489,7 +478,6 @@ describe("handleChildrenEventTypes", () => {
489478 customReplyToEmail : null ,
490479 rrSegmentQueryValue : undefined ,
491480 lockTimeZoneToggleOnBookingPage : false ,
492- lockedTimeZone : "Europe/London" ,
493481 requiresBookerEmailVerification : false ,
494482 hashedLink : {
495483 deleteMany : { } ,
0 commit comments