Skip to content

Commit

Permalink
fix(android): rollback manual team series
Browse files Browse the repository at this point in the history
  • Loading branch information
autoreleasefool committed Sep 14, 2024
1 parent 2ca6df0 commit e8f231a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ enum class FeatureFlag(
DATA_IMPORT("DataImport", "2023-10-13", RolloutStage.RELEASE),
HIGHEST_SCORE_POSSIBLE("HighestScorePossible", "2024-08-14", RolloutStage.DEVELOPMENT),
MANUAL_SERIES_FORM("ManualSeriesForm", "2024-03-28", RolloutStage.RELEASE),
MANUAL_TEAM_SERIES_FORM("ManualTeamSeriesForm", "2024-08-30", RolloutStage.RELEASE),
MANUAL_TEAM_SERIES_FORM("ManualTeamSeriesForm", "2024-08-30", RolloutStage.DEVELOPMENT),
PRE_BOWL_FORM("PreBowlForm", "2024-03-24", RolloutStage.RELEASE),
TEAMS("Teams", "2024-08-16", RolloutStage.RELEASE),
}
Expand Down

0 comments on commit e8f231a

Please sign in to comment.