chore: 移除 callback route 未使用的 escapeSql 导入

This commit is contained in:
aiyimickey 2026-07-03 13:52:39 +08:00
parent 022bb5ad64
commit 38e97faf0c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import { exchangeCodeForToken, getUserinfo } from '@shared/lib/auth/oidc'
import { signJwt } from '@shared/lib/auth/jwt'
import { syncOidcUser } from '@shared/lib/auth/user-sync'
import { authConfig } from '@/lib/auth-config'
import { dbQueryParams, dbExec, escapeSql } from '@/lib/db'
import { dbQueryParams, dbExec } from '@/lib/db'
import { writeAuditLog } from '@shared/lib/audit/write-audit-log'
export async function GET(request: NextRequest) {