🚨 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:
@ -42,7 +42,7 @@ export const backendFetch = async (path: string, options: RequestInit = {}) => {
|
||||
}
|
||||
|
||||
return resJson;
|
||||
} catch (error) {
|
||||
} catch {
|
||||
redirect("/status?reason=backend-unreachable");
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user