fix: removes unused import in event type validation
parent
d6aa70cdd0
commit
29166f1585
|
@ -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