This commit is contained in:
2026-01-29 20:51:33 -07:00
parent 8edd408297
commit ac64a2549a

View File

@@ -47,7 +47,7 @@ export async function handler (context: Context) {
const { connection: connection0, db: db0 } = dbInfo0
const { connection: connection1, db: db1 } = dbInfo1
const ip = getClientIp(context) ?? '127.0.0.1'
const ip = getClientIp(context)
if (!ip) {
connection0.end()
return jsonResponse(