crane-cloud/frontend

View on GitHub
src/utils/useAxios.ts

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Function useAxios has a Cognitive Complexity of 15 (exceeds 5 allowed). Consider refactoring.
Open

function useAxios() {
const { authToken, logout } = useAuth();
 
const handleResponse = (
resp: AxiosResponse,
Severity: Minor
Found in src/utils/useAxios.ts - About 1 hr to fix

There are no issues that match your filters.

Category
Status