fix: import `prisma` in calendarOverlay handler (#11837)

pull/11666/head^2
Daniel Roe 2023-10-11 23:35:11 +01:00 committed by GitHub
parent 916ee66be2
commit 891a656449
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
import { prisma } from "@calcom/prisma";
import { getBusyCalendarTimes } from "@calcom/core/CalendarManager";
import dayjs from "@calcom/dayjs";
import type { EventBusyDate } from "@calcom/types/Calendar";