From d7742ed6e886e9307ee23d9aa13f2cc06ed2dae2 Mon Sep 17 00:00:00 2001 From: alma Date: Wed, 21 Jan 2026 00:55:07 +0100 Subject: [PATCH] agenda finition --- app/api/groups/[groupId]/route.ts | 2 ++ 1 file changed, 2 insertions(+) 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(