fix build error

This commit is contained in:
Johannes
2023-08-08 10:46:41 +02:00
parent 997f85bf32
commit d065817ba3

View File

@@ -1,4 +1,4 @@
import { getSessionUser, hasEnvironmentAccess, hasTeamAccess, isOwner } from "@/lib/api/apiHelper";
import { getSessionUser, hasEnvironmentAccess, isOwner } from "@/lib/api/apiHelper";
import { prisma } from "@formbricks/database";
import type { NextApiRequest, NextApiResponse } from "next";