Skip to content

Commit

Permalink
feat(ads): enable ads feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff authored Jun 7, 2024
1 parent 707bdd2 commit 1b9f168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const fflags = {
enabled: (flag, callback) => fflags.has(flag) && callback(),
disabled: (flag, callback) => !fflags.has(flag) && callback(),
onetrust: [543, 770, 1136],
ads: [1339],
ads: [1339, 1198],
email: [1339],
};

Expand Down

0 comments on commit 1b9f168

Please sign in to comment.