From a5818a4282bca54297a771a3fbb44a11df02d8a1 Mon Sep 17 00:00:00 2001 From: paulalexandrescuTR <52189864+paulalexandrescuTR@users.noreply.github.com> Date: Tue, 15 Jul 2025 09:38:12 -0400 Subject: [PATCH] Updated oneTrustId from a test one to the actual production one --- src/components/AdSlot/adScripts/bootstrap.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AdSlot/adScripts/bootstrap.ts b/src/components/AdSlot/adScripts/bootstrap.ts index 420028a5..0ff6a51c 100644 --- a/src/components/AdSlot/adScripts/bootstrap.ts +++ b/src/components/AdSlot/adScripts/bootstrap.ts @@ -4,7 +4,7 @@ import Ias from './ias'; const ONETRUST_LOGS = 'ot_logs'; const ONETRUST_GEOLOCATION_MOCK = 'ot_geolocation_mock'; -const ONETRUST_SCRIPT_ID = '38cb75bd-fbe1-4ac8-b4af-e531ab368caf-test'; +const ONETRUST_SCRIPT_ID = '38cb75bd-fbe1-4ac8-b4af-e531ab368caf'; export const loadBootstrap = () => { (window).freestar = (window).freestar || {};