adjust if condition

This commit is contained in:
Sujatha Anishetty 2024-07-31 16:47:57 -04:00
parent 712e0eb9b9
commit 0be634ed96

View file

@ -91,14 +91,13 @@ export default {
}
if (error.response.status != "404") {
//router.navigateError(); TO DO -SA
}
global.$logger.logError(
`${method}: ${endpoint}: ${error.message}`,
error.response
);
}
return reject(error.response);
}
);