Merge pull request #72 from calcom/fix/remove-unused-import
fix: removes unused import in event type validationpull/9078/head
commit
679f81d00d
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue