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 f051ff3 commit e829465Copy full SHA for e829465
localEvaluation/localEvaluation.go
@@ -153,9 +153,7 @@ func getMapOfValue(user UserProperties) map[string]interface{} {
153
result, _ := fetch(user)
154
if result != nil && len(result) != 0 {
155
for k, v := range result {
156
- if v.Value != "" {
157
- flags[k] = v.Value
158
- }
+ flags[k] = v.Value
159
}
160
161
return flags
0 commit comments