From 82e2e041def20be3794b1140414504cd3ed94166 Mon Sep 17 00:00:00 2001 From: Chloe Herd Date: Fri, 1 Dec 2023 15:27:05 -0500 Subject: [PATCH] Fix typo --- src/mixins/analytics-mixin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mixins/analytics-mixin.js b/src/mixins/analytics-mixin.js index 6ea36a903..d3fa4d0dd 100644 --- a/src/mixins/analytics-mixin.js +++ b/src/mixins/analytics-mixin.js @@ -155,7 +155,7 @@ export default { const deviceId = getDeviceIdValue(); // cookieNames.DXDEV const sessionId = getSessionIdValue(); // cookieNames.SESSION_ID const userAgent = navigator.userAgent; // navigator.userAgent - const refferer = + const referrer = applicationConfig.CURRENT_ENVIRONMENT != "Localhost" ? document.referrer : null; // see above const payload = { @@ -163,7 +163,7 @@ export default { deviceId: deviceId, sessionId: sessionId, userAgent: userAgent, - refferer: refferer, + referrer: referrer, }; const response = await baseMixin.methods.dispatchStoreAction(