diff --git a/src/layouts/welcome-page/welcome-page.vue b/src/layouts/welcome-page/welcome-page.vue index 11d7614f..0298a45c 100644 --- a/src/layouts/welcome-page/welcome-page.vue +++ b/src/layouts/welcome-page/welcome-page.vue @@ -303,7 +303,7 @@ export default { try { this.mainStore.updatePolicyData(this.welcomePageModel); await Promise.allSettled([ - this.configureZip().then(async () => this.mainStore.getBillToInfo()), + this.configureZip().then(async () => await this.mainStore.getBillToInfo()), this.mainStore.getDuplicateReferrals(), this.mainStore.getCoveragePolicyInfo() ]);