From e6b2a95f14d3f85be37d081108ef7fd929a0a359 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Mon, 26 Feb 2024 09:40:30 -0500 Subject: [PATCH] prettier --- src/global-methods.js | 1 - src/layouts/bailout/bailout.vue | 2 +- src/router/index.js | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/global-methods.js b/src/global-methods.js index 6d0fc7c0c..c5e6102dc 100644 --- a/src/global-methods.js +++ b/src/global-methods.js @@ -51,7 +51,6 @@ export default { }, (error) => { console.error(error); - console.log("Error calling: " + endpoint + " payload: " + JSON.stringify(payload)); if (logApiCall) { analyticsMixIn.methods.pushEventToGA( diff --git a/src/layouts/bailout/bailout.vue b/src/layouts/bailout/bailout.vue index bbd1670c3..a7cf017b4 100644 --- a/src/layouts/bailout/bailout.vue +++ b/src/layouts/bailout/bailout.vue @@ -76,4 +76,4 @@ export default { loadingModal, }, }; - \ No newline at end of file + diff --git a/src/router/index.js b/src/router/index.js index 1af870e72..e489cbfca 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -39,7 +39,7 @@ const routes = [ path: "/bailout", name: "bailout", component: bailout, - }, + }, { path: "/", name: "root", @@ -444,7 +444,7 @@ async function DisplayPageError() { baseMixin.methods.dispatchStoreAction(storeActions.RESET_SAVE_SESSION_PROMISE); router.push({ path: "/", - query: { fmgPage: 'bailout' }, + query: { fmgPage: "bailout" }, }); }