fix: resolve lint errors for CI

This commit is contained in:
dayuan.jiang
2026-01-04 20:06:18 +09:00
parent a80e0fca0a
commit c2fbfc1a9d
5 changed files with 28 additions and 23 deletions

View File

@@ -99,7 +99,7 @@ function handleOptionsRequest(): Response {
})
}
export async function onRequest({ request, env }: any) {
export async function onRequest({ request, env: _env }: any) {
if (request.method === "OPTIONS") {
return handleOptionsRequest()
}