chore(repo): checkpoint current capakraken implementation state
This commit is contained in:
@@ -12,7 +12,7 @@ export const runtime = "nodejs";
|
||||
export async function GET() {
|
||||
const session = await auth();
|
||||
|
||||
if (!session) {
|
||||
if (!session?.user) {
|
||||
return new Response("Unauthorized", { status: 401 });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user