Merge pull request #1801 from Safelite/feature/bypass-error-handling-for-kishan
Bypassing error logic for testing for Kishan
This commit is contained in:
commit
5524940ffe
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)
|
||||
if (error.response.status != "404") {
|
||||
router.navigateError();
|
||||
//router.navigateError(); Emergency change for testing - skiener 03/12
|
||||
}
|
||||
|
||||
global.$logger.logError(
|
||||
|
|
|
|||
Loading…
Reference in a new issue