From c41501c7a24c62b90aa0c57858b25ee766857579 Mon Sep 17 00:00:00 2001 From: Mircea Salan Date: Tue, 3 Oct 2023 10:51:18 +0300 Subject: [PATCH] Fix linting issues --- scripts/scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/scripts.js b/scripts/scripts.js index 2c06b39b3..dd18ba994 100644 --- a/scripts/scripts.js +++ b/scripts/scripts.js @@ -365,7 +365,7 @@ function pushPageLoadToDataLayer() { if (!hostname) { return; } - + const { domain, domainPartsCount } = getDomainInfo(hostname); const languageCountry = getLanguageCountryFromPath(window.location.pathname); const environment = getEnvironment(hostname, languageCountry.country);