diff --git a/src/router/index.js b/src/router/index.js index 9a130dc2..1b33bc25 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -163,7 +163,7 @@ if (callSaveSession) { // NOTE: This call should be creating the referral number. After this point in the site flow, referral number is critical for several pieces of logic and logging. // Thereforce, we want to force a bailout here if it errors out. showIssLoadingModal(true); - await saveSession({ shouldAwaitSaveSessionQueue: true,bailoutOnError: true }); + await saveSession({ shouldAwaitSaveSessionQueue: true, bailoutOnError: true }); showIssLoadingModal(false); }