removed comment

pull/9078/head
Syed Ali Shahbaz 2022-06-12 11:25:53 +05:30
parent bd88bec1d2
commit 935473cfcd
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@ async function createOrlistAllBookings(
const booking = schemaBookingReadPublic.parse(data);
if (booking) {
// Create Calendar Event for webhook payload
const eventType = await prisma.eventType
.findUnique({ where: { id: booking.eventTypeId as number } })
.then((data) => schemaEventTypeReadPublic.parse(data))