Skip to content

Commit

Permalink
fix: attendeeSeatId is not being returned on webhook response for eve…
Browse files Browse the repository at this point in the history
…nts with seats (#15184)
  • Loading branch information
Amit91848 authored May 24, 2024
1 parent 1174cb0 commit dead2b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/features/bookings/lib/handleSeats/handleSeats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ const handleSeats = async (newSeatedBookingObject: NewSeatedBookingObject) => {
...eventTypeInfo,
uid: resultBooking?.uid || uid,
bookingId: seatedBooking?.id,
attendeeSeatId: resultBooking?.seatReferenceUid,
rescheduleUid,
rescheduleStartTime: originalRescheduledBooking?.startTime
? dayjs(originalRescheduledBooking?.startTime).utc().format()
Expand Down

0 comments on commit dead2b8

Please sign in to comment.