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

fix: removes unused import in event type validation
pull/9078/head
Agusti Fernandez Pardo 2022-05-17 19:43:37 +02:00 committed by GitHub
commit 679f81d00d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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";