Prettified

This commit is contained in:
Leah Schumann 2024-07-25 11:45:10 -04:00
parent 02b5e92bc8
commit 2dee21887a

View file

@ -97,12 +97,12 @@ export default {
true
);
}
if (error.response.status != "404") {
// Do not route to error logic when no wipers found or no promo found (404s)
// router.navigateError(); Emergency change for testing - skiener 03/12
// do not log 404 errors from services because we return NotFound
// do not log 404 errors from services because we return NotFound
// when a service doesn't return an object
global.$logger.logError(
`${method}: ${endpoint}: ${error.message}`,