fix(lint): resolve floating promise warnings

This commit is contained in:
zetaloop
2026-03-01 22:53:48 +08:00
parent 05c5d05148
commit aae83bce44
9 changed files with 59 additions and 45 deletions
+1 -2
View File
@@ -7,8 +7,7 @@ const nextConfig: NextConfig = {
return []
}
const backendUrl =
process.env.NEXT_PUBLIC_BACKEND_URL || "http://localhost:8080"
const backendUrl = process.env.NEXT_PUBLIC_BACKEND_URL || "http://localhost:8080"
return [
{