Skip to content

Commit

Permalink
fix snap
Browse files Browse the repository at this point in the history
  • Loading branch information
zdeveloper committed Oct 2, 2023
1 parent 3c8d5c8 commit bb43a29
Show file tree
Hide file tree
Showing 4 changed files with 630 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public class FeatureFlagsConfig {

private boolean hivEnabled;
private boolean rsvEnabled;
private boolean testCardRefactorEnabled;
private boolean singleEntryRsvEnabled;
private boolean agnosticEnabled;
private boolean testCardRefactorEnabled;
Expand All @@ -41,7 +40,6 @@ private void flagMapping(String flagName, Boolean flagValue) {
switch (flagName) {
case "hivEnabled" -> setHivEnabled(flagValue);
case "rsvEnabled" -> setRsvEnabled(flagValue);
case "testCardRefactorEnabled" -> setTestCardRefactorEnabled(flagValue);
case "singleEntryRsvEnabled" -> setSingleEntryRsvEnabled(flagValue);
case "agnosticEnabled" -> setAgnosticEnabled(flagValue);
case "testCardRefactorEnabled" -> setTestCardRefactorEnabled(flagValue);
Expand Down
1 change: 0 additions & 1 deletion backend/src/main/resources/application-azure-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ twilio:
features:
hivEnabled: false
rsvEnabled: false
testCardRefactorEnabled: false
singleEntryRsvEnabled: false
agnosticEnabled: false
testCardRefactorEnabled: false
Loading

0 comments on commit bb43a29

Please sign in to comment.