prettier fix again

This commit is contained in:
Syed Ali Shahbaz
2022-05-26 12:35:28 +05:30
committed by GitHub
parent e8e36abc75
commit 8721a04d44
+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 = [