fix: import `prisma` in calendarOverlay handler (#11837)
parent
916ee66be2
commit
891a656449
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue