Merge pull request #330 from reuters-graphics/fix/oneTrustId

Updated oneTrustId from a test one to the actual production one
This commit is contained in:
MinamiFunakoshiTR 2025-07-15 10:43:08 -04:00 committed by GitHub
commit c7c948f6e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
'@reuters-graphics/graphics-components': patch
---
Updated oneTrustId to production ID

View file

@ -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 = () => {
(<any>window).freestar = (<any>window).freestar || {};