Skip to content

Commit 69f1986

Browse files
authored
fix: add missing totalShards (#44)
1 parent 282589a commit 69f1986

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ufc/bandit-flags-v1.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
],
2424
"doLog": true
2525
}
26-
]
26+
],
27+
"totalShards": 10000
2728
},
2829
"non_bandit_integer_flag": {
2930
"key": "non_bandit_integer_flag",
@@ -44,7 +45,8 @@
4445
],
4546
"doLog": true
4647
}
47-
]
48+
],
49+
"totalShards": 10000
4850
},
4951
"banner_bandit_flag": {
5052
"key": "banner_bandit_flag",

0 commit comments

Comments
 (0)