agenda finition
This commit is contained in:
parent
a17d973b27
commit
b9b6d5ae4e
@ -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 {
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user