removed comment
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user