Skip to content

Commit

Permalink
Added feature flag to enum (#1637)
Browse files Browse the repository at this point in the history
* Added feature flag to enum

* Remove typo
  • Loading branch information
leighdouglas committed Jun 7, 2022
1 parent c4453ee commit 29addca
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -5,5 +5,6 @@ class OptimizelyFeature {
LIGHTS_ON("android_lights_on"),
ANDROID_STORY_TAB("android_story_tab"),
ANDROID_LOCAL_PICKUP("android_local_pickup"),
ANDROID_COMMENT_MODERATION("android_comment_moderation"),
}
}

0 comments on commit 29addca

Please sign in to comment.