fix: removes unused import in event type validation

pull/9078/head
Agusti Fernandez Pardo 2022-05-17 19:43:19 +02:00
parent d6aa70cdd0
commit 29166f1585
1 changed files with 0 additions and 1 deletions

View File

@ -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";