Remove debugger; calls (#9262)
parent
6bc713bc2e
commit
748f2b42e8
|
@ -489,7 +489,6 @@ function getBookingData({
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
debugger;
|
|
||||||
const reqBody = bookingDataSchema.parse(req.body);
|
const reqBody = bookingDataSchema.parse(req.body);
|
||||||
if ("customInputs" in reqBody) {
|
if ("customInputs" in reqBody) {
|
||||||
if (reqBody.customInputs) {
|
if (reqBody.customInputs) {
|
||||||
|
@ -585,7 +584,6 @@ async function handler(
|
||||||
...eventType,
|
...eventType,
|
||||||
bookingFields: getBookingFieldsWithSystemFields(eventType),
|
bookingFields: getBookingFieldsWithSystemFields(eventType),
|
||||||
};
|
};
|
||||||
debugger;
|
|
||||||
const {
|
const {
|
||||||
recurringCount,
|
recurringCount,
|
||||||
allRecurringDates,
|
allRecurringDates,
|
||||||
|
|
Loading…
Reference in New Issue