🚨 fix: resolve linting errors
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 41s
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 41s
This commit is contained in:
@ -8,7 +8,7 @@ const page = async () => {
|
||||
try {
|
||||
const data = await backendFetch("status");
|
||||
console.log(data);
|
||||
} catch (_) {
|
||||
} catch {
|
||||
isDown = true;
|
||||
}
|
||||
if (!isDown) redirect("/");
|
||||
|
||||
Reference in New Issue
Block a user