Skip to content

Commit

Permalink
chore: add feature flag to hide on linkedin audience (#1815)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsSudip authored Nov 21, 2024
1 parent 56ff8c1 commit e93d3e7
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"secretKeys": []
},
"options": {
"isBeta": true
"isBeta": true,
"hidden": {
"featureFlagName": "AMP_linkedin_audience",
"featureFlagValue": false
}
}
}

0 comments on commit e93d3e7

Please sign in to comment.