From ab6a99749f619df4423815244ff8785b453e6908 Mon Sep 17 00:00:00 2001 From: Agusti Fernandez Pardo Date: Tue, 14 Jun 2022 00:32:07 +0200 Subject: [PATCH] fix: linting --- lib/helpers/customPrisma.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/helpers/customPrisma.ts b/lib/helpers/customPrisma.ts index 27bc3261e2..27846f3148 100644 --- a/lib/helpers/customPrisma.ts +++ b/lib/helpers/customPrisma.ts @@ -3,7 +3,7 @@ import cache from "memory-cache"; import { NextMiddleware } from "next-api-middleware"; import { prismaAdmin } from "@calcom/console/modules/common/utils/prisma"; -import { asStringOrUndefined, asStringOrNull } from "@calcom/lib/asStringOrNull"; +import { asStringOrUndefined } from "@calcom/lib/asStringOrNull"; import { PRISMA_CLIENT_CACHING_TIME } from "@calcom/lib/constants"; import { prisma, customPrisma } from "@calcom/prisma";