Skip to content

Commit

Permalink
Set keys on Bandit objects to match indexing key (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
typotter authored Jun 26, 2024
1 parent e79b6e9 commit bdd0e3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ufc/bandit-flags-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"createdAt": "2024-04-17T19:40:53.716Z",
"flags": {
"non_bandit_flag": {
"key": "a_flag",
"key": "non_bandit_flag",
"enabled": true,
"variationType": "STRING",
"variations": {
Expand All @@ -22,7 +22,7 @@
]
},
"non_bandit_integer_flag": {
"key": "an_integer_flag",
"key": "non_bandit_integer_flag",
"enabled": true,
"variationType": "INTEGER",
"variations": {
Expand Down

0 comments on commit bdd0e3b

Please sign in to comment.