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-07 16:16:52 -04:00 committed by GitHub
parent ff391733f0
commit 7cb346fe50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -359,7 +359,7 @@ export default {
// If we do not have any duplicates.
// Call SaveSession to create referral.
// 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 this.mainStore.getCoveragePolicyInfo();