Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jeremy-Z 2026-07-01 13:27:00 -04:00 committed by GitHub
parent 93ea133d8a
commit 54b8ee1647
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);
}