From 1aa360ff72c10f65f439111b8d105dbadeda333a Mon Sep 17 00:00:00 2001 From: Jeremy-Z Date: Mon, 3 Aug 2026 10:26:21 -0400 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- src/store/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index 17b8c7ed..0fef6d90 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -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);