Merge pull request #72 from calcom/fix/remove-unused-import

fix: removes unused import in event type validation
This commit is contained in:
Agusti Fernandez Pardo
2022-05-17 19:43:37 +02:00
committed by GitHub
-1
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";