fix: linting

pull/9078/head
Agusti Fernandez Pardo 2022-06-14 00:32:07 +02:00
parent 180e925bed
commit ab6a99749f
1 changed files with 1 additions and 1 deletions

View File

@ -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";