Bypass error handling

This commit is contained in:
Scott Kiener 2024-03-12 15:23:34 -04:00
parent f8cce48f29
commit 428d4e80fc

View file

@ -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(