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-08-03 10:26:21 -04:00 committed by GitHub
parent 76cdd1a1e3
commit 1aa360ff72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -748,9 +748,7 @@ export const useMainStore = defineStore({
// Update member number if it is returned.
this.order.policy.memberNumber = response.data.additionalFields.memberNum;
}
}
else
{
} else {
// Only set coverage statuses if we are not calling claim registration at end of flow.
if (response.data.isSuccess) {
this.updateCoverageStatus(coverageStatuses.VERIFIED);