From 01f35a37aeac8bfe5fb6fdf1f79fe4c8b907d8fc Mon Sep 17 00:00:00 2001 From: CarlNation <32103961+CarlNation@users.noreply.github.com> Date: Fri, 1 Mar 2024 15:46:50 -0500 Subject: [PATCH] CSR-1072 prettier --- src/store/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index 7118e8be6..242ee9fc1 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -1104,7 +1104,7 @@ export const actions = { if (!pageName) { return; } - + var payload = { userId: userId, sessionKey: sessionKey, @@ -1156,7 +1156,7 @@ export const actions = { if (!pageName) { return; } - + var payload = { userId: userId, sessionKey: sessionKey,