🚨 fix: resolve linting errors
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 41s

This commit is contained in:
2026-02-10 20:36:19 +07:00
parent e187f93aef
commit 34eb8d3a8b
4 changed files with 4 additions and 5 deletions

View File

@ -42,7 +42,7 @@ export const backendFetch = async (path: string, options: RequestInit = {}) => {
}
return resJson;
} catch (error) {
} catch {
redirect("/status?reason=backend-unreachable");
}
};