Update handleNewBooking.ts (#12081)

This commit is contained in:
Syed Ali Shahbaz 2023-10-25 17:21:14 +04:00 committed by GitHub
parent efc7be0b6b
commit 1929b23ea8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2378,6 +2378,7 @@ async function handler(
...eventTypeInfo,
bookingId: booking?.id,
rescheduleUid,
oldBookingId: originalRescheduledBooking?.id || undefined,
rescheduleStartTime: originalRescheduledBooking?.startTime
? dayjs(originalRescheduledBooking?.startTime).utc().format()
: undefined,