Merge pull request #72 from calcom/fix/remove-unused-import
fix: removes unused import in event type validation
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user