Skip to content

Commit

Permalink
Merge pull request #188 from adobe/trieloff-patch-2
Browse files Browse the repository at this point in the history
feat(ads): enable ads feature flag
  • Loading branch information
trieloff authored Jun 7, 2024
2 parents 707bdd2 + 1b9f168 commit 0329378
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 0329378

Please sign in to comment.