From d001299e2a92ddc1329acfe3563b4b1e4163065c Mon Sep 17 00:00:00 2001 From: Michaela Brydon Date: Thu, 9 Jan 2025 12:33:32 -0500 Subject: [PATCH] Removing unused call --- src/layouts/tpa-confirmation/tpa-confirmation.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/layouts/tpa-confirmation/tpa-confirmation.vue b/src/layouts/tpa-confirmation/tpa-confirmation.vue index 6c52383c..62646ce4 100644 --- a/src/layouts/tpa-confirmation/tpa-confirmation.vue +++ b/src/layouts/tpa-confirmation/tpa-confirmation.vue @@ -88,7 +88,6 @@ import { toDisplayPhoneNumber, formatAmountInDollars } from '@/helpers/text-helper.js'; -import bailoutMessage from '@/constants/bailoutMessage'; const VERIFYING_COVERAGE = 'Verifying coverage'; @@ -107,16 +106,11 @@ export default { async beforeRouteEnter(to, from, next) { // Call APIs const cmsContentPromise = fetchCmsContentForPage(to.query.issPage); - const accountInfoPromise = useMainStore().getCarrierAccountInfo(); // Settle promises and get results const promiseResultMap = [ { resultKey: 'cmsContent', promise: cmsContentPromise - }, - { - resultKey: 'accountInfo', - promise: accountInfoPromise } ]; // use resultMap to populate layout content.