Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2258,10 +2258,7 @@ async function handler(
// Add more fields here when needed
const bookingRescheduledPayload = bookingCreatedPayload;

const bookingEventHandler = new BookingEventHandlerService({
log: tracingLogger,
hashedLinkService: deps.hashedLinkService,
});
const bookingEventHandler = deps.bookingEventHandler;

// TODO: Incrementally move all stuff that happens after a booking is created to these handlers
if (originalRescheduledBooking) {
Expand Down