Merge pull request #2913 from Safelite/feature/CASH-1636
Prevent premature data clearing
This commit is contained in:
commit
0f1c657ff2
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ export async function handleHardError(errorPayload) {
|
|||
await handleSoftError(errorPayload, true);
|
||||
return;
|
||||
}
|
||||
} finally {
|
||||
} catch (exception) {
|
||||
await handleSoftError(errorPayload, true);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue