pull/9078/head
Syed Ali Shahbaz 2022-06-10 13:10:16 +05:30
parent adab79040f
commit cd3a80006c
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ async function createOrlistAllBookings(
const triggerEvent = WebhookTriggerEvents.BOOKING_CREATED;
const subscriberOptions = {
userId,
eventTypeId: eventType.id,
eventTypeId: booking.eventTypeId as number,
triggerEvent,
};