diff --git a/.changeset/warm-rocks-travel.md b/.changeset/warm-rocks-travel.md new file mode 100644 index 00000000..4ff921ae --- /dev/null +++ b/.changeset/warm-rocks-travel.md @@ -0,0 +1,5 @@ +--- +'@reuters-graphics/graphics-components': patch +--- + +Updated oneTrustId to production ID 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 || {};