From deb6688c890a24291afc2302e348eb88b1bf6239 Mon Sep 17 00:00:00 2001 From: hiteshkumar87 Date: Wed, 21 Aug 2024 16:41:23 +0530 Subject: [PATCH] CSR-2087 formating --- src/router/index.js | 2 +- src/store/index.js | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index d939b17ee..f9dcd3142 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -97,7 +97,7 @@ const routes = [ } //Update external parameter state updateExternalParameterState(); - + //Affiliate Cookies const affiliateCookies = getAffiliateCookies(); if (affiliateCookies != null && affiliateCookies.length > 0) { diff --git a/src/store/index.js b/src/store/index.js index adfcc8279..aa5747a0f 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -2824,8 +2824,7 @@ export const actions = { window.sessionStorage.removeItem("externalParameterState"); //restore affiliate cookies - context.commit(storeMutations.UPDATE_AFFILIATE_COOKIES, affiliateCookies); - + context.commit(storeMutations.UPDATE_AFFILIATE_COOKIES, affiliateCookies); }, resetSubmittedOrder(context) {