From 897b18d5b53be0f38ee091e02b83814abaa6d23d Mon Sep 17 00:00:00 2001 From: Piyush Gupta Date: Sat, 16 Nov 2024 10:28:22 +0530 Subject: [PATCH] fix: build error --- apps/web/modules/ee/license-check/lib/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/modules/ee/license-check/lib/utils.ts b/apps/web/modules/ee/license-check/lib/utils.ts index ec3acd4cf1..177951ab1f 100644 --- a/apps/web/modules/ee/license-check/lib/utils.ts +++ b/apps/web/modules/ee/license-check/lib/utils.ts @@ -7,7 +7,7 @@ import { HttpsProxyAgent } from "https-proxy-agent"; import fetch from "node-fetch"; import { cache as reactCache } from "react"; import { prisma } from "@formbricks/database"; -import { cache, revalidateTag } from "@formbricks/lib/cache"; +import { cache } from "@formbricks/lib/cache"; import { E2E_TESTING, ENTERPRISE_LICENSE_KEY,