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:
commit
c7c948f6e5
2 changed files with 6 additions and 1 deletions
5
.changeset/warm-rocks-travel.md
Normal file
5
.changeset/warm-rocks-travel.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@reuters-graphics/graphics-components': patch
|
||||
---
|
||||
|
||||
Updated oneTrustId to production ID
|
||||
|
|
@ -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 || {};
|
||||
|
|
|
|||
Loading…
Reference in a new issue