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 d75a324 commit d0a5032Copy full SHA for d0a5032
src/main/java/com/featureprobe/sdk/server/model/Toggle.java
@@ -70,7 +70,7 @@ private EvaluationResult hitValue(HitResult hitResult, Object defaultValue, Opti
70
} else {
71
res.setValue(variation);
72
}
73
- res.setReason("Rule " + hitResult.getIndex().get() + " hit");
+ res.setReason("Rule " + ruleIndex.get() + " hit");
74
75
return res;
76
0 commit comments