Skip to content
Snippets Groups Projects
Commit 3b4c7143 authored by michael.minelli's avatar michael.minelli
Browse files

Sonar => Resolve issues

parent f0218ee5
Branches
No related tags found
No related merge requests found
Pipeline #30062 passed
...@@ -50,7 +50,7 @@ class HttpManager { ...@@ -50,7 +50,7 @@ class HttpManager {
} }
private registerResponseInterceptor() { private registerResponseInterceptor() {
axios.interceptors.response.use(response => response, (error) => { axios.interceptors.response.use(response => response, error => {
if ( error.response ) { if ( error.response ) {
if ( error.response.status === StatusCodes.METHOD_NOT_ALLOWED && error.response.data ) { if ( error.response.status === StatusCodes.METHOD_NOT_ALLOWED && error.response.data ) {
const data: DojoBackendResponse<void> = error.response.data; const data: DojoBackendResponse<void> = error.response.data;
......
Subproject commit fca59c4d155603b53d48a30401aabab82d91fc59 Subproject commit 75fedb26c47bb6f707725307a79a45a13e62496d
Subproject commit 9e75273d4600f5f42c8be3c24bdced6844c32449 Subproject commit c4efbcfb2a50e7108e101fb673e84f87fad8e246
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment