Skip to content

Commit

Permalink
add ppo feature flag (#2040)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighdouglas authored May 21, 2024
1 parent d407dc2 commit 6de1f95
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ enum class FlagKey(val key: String) {
ANDROID_POST_CAMPAIGN_PLEDGES("android_post_campaign_pledges"),
ANDROID_OAUTH("android_oauth"),
ANDROID_ENCRYPT("android_encrypt_token"),
ANDROID_STRIPE_LINK("android_stripe_link")
ANDROID_STRIPE_LINK("android_stripe_link"),
ANDROID_PLEDGED_PROJECTS_OVERVIEW("android_pledged_projects_overview")
}

fun FeatureFlagClient.getFetchInterval(): Long =
Expand Down

0 comments on commit 6de1f95

Please sign in to comment.