Bypass error handling
This commit is contained in:
parent
f8cce48f29
commit
428d4e80fc
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ export default {
|
||||||
|
|
||||||
// Do not route to error logic when no wipers found or no promo found (404s)
|
// Do not route to error logic when no wipers found or no promo found (404s)
|
||||||
if (error.response.status != "404") {
|
if (error.response.status != "404") {
|
||||||
router.navigateError();
|
//router.navigateError(); Emergency change for testing - skiener 03/12
|
||||||
}
|
}
|
||||||
|
|
||||||
global.$logger.logError(
|
global.$logger.logError(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue