From 464c283e0c2beaa5e4444b3a6c031ba5510ee1ca Mon Sep 17 00:00:00 2001 From: zomars Date: Fri, 10 Mar 2023 12:01:46 -0700 Subject: [PATCH] Reverts oopsie --- pages/api/schedules/_post.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pages/api/schedules/_post.ts b/pages/api/schedules/_post.ts index 892d5c0cef..03c1fb0b6e 100644 --- a/pages/api/schedules/_post.ts +++ b/pages/api/schedules/_post.ts @@ -47,12 +47,6 @@ import { schemaCreateScheduleBodyParams, schemaSchedulePublic } from "~/lib/vali * 401: * description: Authorization information is missing or invalid. */ - - -eventType EventType[] -name String -timeZone String? -availability Availability[] async function postHandler(req: NextApiRequest) { const { userId, isAdmin, prisma } = req; const body = schemaCreateScheduleBodyParams.parse(req.body);