From 833d6f248a483a88a4113449a390ce5289a4197c Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Tue, 28 Jan 2025 19:14:43 -0500 Subject: [PATCH] CASH-48: update application name value --- src/store/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index c45fe7eee..fa83032d5 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -1458,9 +1458,8 @@ export const actions = { userAgent, } ) { - var payload = { - applicationName: applicationConfig.ANALYTICS_APPLICATION_NAME, + applicationName: applicationConfig.APPLICATION_NAME, eon: eon, ctu: ctu, workOrderId: workOrderId,