We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6503668 commit ed80f9fCopy full SHA for ed80f9f
1 file changed
core/pkg/evaluator/fractional.go
@@ -25,7 +25,7 @@ type fractionalEvaluationDistribution struct {
25
}
26
27
type fractionalEvaluationVariant struct {
28
- variant any // string, bool, number, JSONLogic node (map[string]any from nested sub-array operators), or nil
+ variant any // string, bool, number or nil
29
weight int32
30
31
0 commit comments