Skip to content

Commit

Permalink
Added feature flag for PLOT (#2162)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlplks authored Oct 31, 2024
1 parent 5ab6976 commit ff46cac
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ enum class FlagKey(val key: String) {
ANDROID_STRIPE_LINK("android_stripe_link"),
ANDROID_PLEDGED_PROJECTS_OVERVIEW("android_pledged_projects_overview"),
ANDROID_PLEDGE_REDEMPTION("android_pledge_redemption"),
ANDROID_FIX_PLEDGE_REFACTOR("android_fix_pledge_refactor")
ANDROID_FIX_PLEDGE_REFACTOR("android_fix_pledge_refactor"),
ANDROID_PLEDGE_OVER_TIME("android_pledge_over_time")
}

fun FeatureFlagClient.getFetchInterval(): Long =
Expand Down

0 comments on commit ff46cac

Please sign in to comment.