Updated oneTrustId from a test one to the actual production one
This commit is contained in:
parent
936129b76e
commit
a5818a4282
1 changed files with 1 additions and 1 deletions
|
|
@ -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