Potential fix for availability timeout

pull/3182/head
zomars 2022-06-28 13:17:43 -06:00
parent fe50f04075
commit 7a8b9e5f32
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,7 @@
import { SchedulingType } from "@prisma/client";
import dayjs, { Dayjs } from "dayjs";
import timezone from "dayjs/plugin/timezone";
import utc from "dayjs/plugin/utc";
import { z } from "zod";
import type { CurrentSeats } from "@calcom/core/getUserAvailability";
@ -15,6 +17,9 @@ import getSlots from "@lib/slots";
import { createRouter } from "@server/createRouter";
import { TRPCError } from "@trpc/server";
dayjs.extend(utc);
dayjs.extend(timezone);
const getScheduleSchema = z
.object({
// startTime ISOString