prettier fix

pull/9078/head
Syed Ali Shahbaz 2022-05-26 12:32:04 +05:30 committed by Agusti Fernandez Pardo
parent c47329c292
commit de557fccce
1 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@ import { z } from "zod";
import { _WebhookModel as Webhook } from "@calcom/prisma/zod";
export const WebhookTriggerEvents = {
BOOKING_CREATED: 'BOOKING_CREATED',
BOOKING_RESCHEDULED: 'BOOKING_RESCHEDULED',
BOOKING_CANCELLED: 'BOOKING_CANCELLED'
BOOKING_CREATED: "BOOKING_CREATED",
BOOKING_RESCHEDULED: "BOOKING_RESCHEDULED",
BOOKING_CANCELLED: "BOOKING_CANCELLED"
};
export const WEBHOOK_TRIGGER_EVENTS = [