diff --git a/app/api/groups/[groupId]/route.ts b/app/api/groups/[groupId]/route.ts index 46919ac..8cf57d7 100644 --- a/app/api/groups/[groupId]/route.ts +++ b/app/api/groups/[groupId]/route.ts @@ -1,6 +1,8 @@ import { getServerSession } from "next-auth/next"; import { authOptions } from "../../auth/options"; import { NextResponse } from "next/server"; +import { prisma } from "@/lib/prisma"; +import { logger } from "@/lib/logger"; async function getAdminToken() { const tokenResponse = await fetch(