rm unnecessary line
This commit is contained in:
parent
8cfcb8a53a
commit
8adba40f88
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ const ONETRUST_SCRIPT_ID = '38cb75bd-fbe1-4ac8-b4af-e531ab368caf-test';
|
|||
|
||||
export const loadBootstrap = () => {
|
||||
(<any>window).freestar = (<any>window).freestar || {};
|
||||
const freestar = (<any>window).freestar || {};
|
||||
const freestar = (<any>window).freestar;
|
||||
freestar.debug = true;
|
||||
freestar.queue = freestar.queue || [];
|
||||
freestar.config = freestar.config || {};
|
||||
|
|
|
|||
Loading…
Reference in a new issue