Skip to content

Commit c504a13

Browse files
authored
Merge pull request #16 from chandrajeetn/MLE-13071
fixed payload
2 parents 5b33d6f + c5b45ff commit c504a13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

localEvaluation/localEvaluation.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ func getValue(flagName string, user UserProperties) Variant {
118118
if result != nil && len(result) != 0 {
119119
if value, ok := result[flagName]; ok {
120120
return Variant{
121-
Key: value.Key,
122-
Value: value.Value,
121+
Key: value.Key,
122+
Payload: value.Payload,
123123
}
124124
}
125125
}

0 commit comments

Comments
 (0)