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:
parent
93ea133d8a
commit
54b8ee1647
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
// 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.
|
// Thereforce, we want to force a bailout here if it errors out.
|
||||||
showIssLoadingModal(true);
|
showIssLoadingModal(true);
|
||||||
await saveSession({ shouldAwaitSaveSessionQueue: true,bailoutOnError: true });
|
await saveSession({ shouldAwaitSaveSessionQueue: true, bailoutOnError: true });
|
||||||
showIssLoadingModal(false);
|
showIssLoadingModal(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue