chore: lint fix
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import { NextRequest, NextResponse } from "next/server"
|
||||
import { AuthError } from "next-auth"
|
||||
|
||||
import { signOut } from "@/auth"
|
||||
import { badRequest } from "@/server/errors/next"
|
||||
|
||||
import { signOut } from "@/auth"
|
||||
|
||||
export async function GET(request: NextRequest) {
|
||||
const returnUrl = request.headers.get("x-returnurl")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user