parent
160727c0e2
commit
a44bc63304
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import type { NextApiRequest, NextApiResponse } from "next";
|
||||
import prisma from "@lib/prisma";
|
||||
import { getBusyCalendarTimes } from "@lib/calendarClient";
|
||||
import { getBusyVideoTimes } from "@lib/videoClient";
|
||||
// import { getBusyVideoTimes } from "@lib/videoClient";
|
||||
import dayjs from "dayjs";
|
||||
|
||||
export default async function handler(req: NextApiRequest, res: NextApiResponse) {
|
||||
|
|
Loading…
Reference in a new issue