We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66dff9f commit 5336ac7Copy full SHA for 5336ac7
bin/router/src/pipeline/progressive_override.rs
@@ -166,7 +166,6 @@ impl OverrideLabelsEvaluator {
166
167
for (label, expression) in &self.expressions {
168
let evaluated_value = expression.resolve(&mut ctx).unwrap();
169
-
170
match evaluated_value {
171
VrlValue::Boolean(true) => {
172
active_flags.insert(label.clone());
0 commit comments