From 29166f1585ad676ccef5a2139a84287ae57a4952 Mon Sep 17 00:00:00 2001 From: Agusti Fernandez Pardo Date: Tue, 17 May 2022 19:43:19 +0200 Subject: [PATCH] fix: removes unused import in event type validation --- lib/validations/event-type.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/validations/event-type.ts b/lib/validations/event-type.ts index 25bb87491d..a23967be76 100644 --- a/lib/validations/event-type.ts +++ b/lib/validations/event-type.ts @@ -1,7 +1,6 @@ import { z } from "zod"; import { _EventTypeModel as EventType } from "@calcom/prisma/zod"; -import { eventTypeLocations, recurringEvent } from "@calcom/prisma/zod-utils"; import { jsonSchema } from "./shared/jsonSchema";