From 54b8ee164724a06a2c5dad143fd4e24fbe7ab9c9 Mon Sep 17 00:00:00 2001 From: Jeremy-Z Date: Wed, 1 Jul 2026 13:27:00 -0400 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }