fix(lint): resolve floating promise warnings
This commit is contained in:
+1
-2
@@ -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 [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user