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
ff391733f0
commit
7cb346fe50
1 changed files with 1 additions and 1 deletions
|
|
@ -359,7 +359,7 @@ export default {
|
||||||
// If we do not have any duplicates.
|
// If we do not have any duplicates.
|
||||||
// Call SaveSession to create referral.
|
// Call SaveSession to create referral.
|
||||||
// Then call getCoveragePolicyInfo to get the policy info.
|
// Then call getCoveragePolicyInfo to get the policy info.
|
||||||
if ( this.mainStore.applicationUser.duplicateOrders?.length == 0 ) {
|
if (this.mainStore.applicationUser.duplicateOrders?.length === 0) {
|
||||||
await saveSession({ shouldAwaitSaveSessionQueue: true, bailoutOnError: true });
|
await saveSession({ shouldAwaitSaveSessionQueue: true, bailoutOnError: true });
|
||||||
await this.mainStore.getCoveragePolicyInfo();
|
await this.mainStore.getCoveragePolicyInfo();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue