chore: fix linting

This commit is contained in:
Anish Sarkar 2026-06-25 04:31:22 +05:30
parent 7d4c994900
commit d6bffa6f07
61 changed files with 167 additions and 218 deletions

View file

@ -1,9 +1,6 @@
import { NextResponse, type NextRequest } from "next/server";
import { type NextRequest, NextResponse } from "next/server";
import { BUILD_TIME_AUTH_TYPE } from "@/lib/env-config";
import {
RUNTIME_AUTH_TYPE_COOKIE_NAME,
resolveRuntimeAuthUiMode,
} from "@/lib/runtime-auth-config";
import { RUNTIME_AUTH_TYPE_COOKIE_NAME, resolveRuntimeAuthUiMode } from "@/lib/runtime-auth-config";
export function proxy(request: NextRequest) {
const response = NextResponse.next();