prettier fix again

This commit is contained in:
Syed Ali Shahbaz
2022-05-27 20:46:22 +02:00
committed by Agusti Fernandez Pardo
parent de557fccce
commit 49ef2c341d
+1 -1
View File
@@ -5,7 +5,7 @@ import { _WebhookModel as Webhook } from "@calcom/prisma/zod";
export const WebhookTriggerEvents = {
BOOKING_CREATED: "BOOKING_CREATED",
BOOKING_RESCHEDULED: "BOOKING_RESCHEDULED",
BOOKING_CANCELLED: "BOOKING_CANCELLED"
BOOKING_CANCELLED: "BOOKING_CANCELLED",
};
export const WEBHOOK_TRIGGER_EVENTS = [