Prettified
This commit is contained in:
parent
02b5e92bc8
commit
2dee21887a
1 changed files with 2 additions and 2 deletions
|
|
@ -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}`,
|
||||
|
|
|
|||
Loading…
Reference in a new issue