Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
disable GTM in demo 🐿 v2.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexflorisca committed Jan 13, 2020
1 parent fa741ba commit 9a61bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ app.listen(5005)
else if (process.env.CIRCLE_BUILD_NUM) {
fetch('http://localhost:5005/', {
headers: {
'FT-Flags': 'ads:off'
'FT-Flags': 'ads:off;enableGTM:off'
}
})
.then(res => res.text())
Expand Down

0 comments on commit 9a61bbc

Please sign in to comment.