prettier fix again

pull/9078/head
Syed Ali Shahbaz 2022-05-26 12:35:28 +05:30 committed by Agusti Fernandez Pardo
parent de557fccce
commit 49ef2c341d
1 changed files with 1 additions and 1 deletions

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 = [