diff --git a/dashboard/app/api/discord/channels/route.ts b/dashboard/app/api/discord/channels/route.ts index b664735..71ea631 100644 --- a/dashboard/app/api/discord/channels/route.ts +++ b/dashboard/app/api/discord/channels/route.ts @@ -1,5 +1,3 @@ -// app/api/discord/channels/route.ts - import { NextResponse } from "next/server"; import axios from "axios"; import { getServerSession } from "next-auth/next";