--fix
parent
adab79040f
commit
cd3a80006c
|
@ -127,7 +127,7 @@ async function createOrlistAllBookings(
|
|||
const triggerEvent = WebhookTriggerEvents.BOOKING_CREATED;
|
||||
const subscriberOptions = {
|
||||
userId,
|
||||
eventTypeId: eventType.id,
|
||||
eventTypeId: booking.eventTypeId as number,
|
||||
triggerEvent,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue