agenda finition

This commit is contained in:
alma 2026-01-21 00:50:23 +01:00
parent a17d973b27
commit b9b6d5ae4e
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ import { NextRequest, NextResponse } from "next/server";
import { getServerSession } from "next-auth/next";
import { authOptions } from "@/app/api/auth/options";
import { prisma } from "@/lib/prisma";
import logger from "@/lib/logger";
import { logger } from "@/lib/logger";
async function getAdminToken() {
try {

View File

@ -2,7 +2,7 @@ import { NextRequest, NextResponse } from "next/server";
import { getServerSession } from "next-auth/next";
import { authOptions } from "@/app/api/auth/options";
import { prisma } from "@/lib/prisma";
import logger from "@/lib/logger";
import { logger } from "@/lib/logger";
/**
* Handles GET requests to retrieve a calendar by its ID.