Skip to content

Commit ce6ca1d

Browse files
committed
fetching flags at org level
1 parent f79b99c commit ce6ca1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

localEvaluation/localEvaluation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ func fetch(flagKeys []string, user UserProperties) map[string]AmplitudeVariant {
141141
}
142142
continue
143143
}
144-
if !contains(flagKeys, k) {
144+
if contains(flagKeys, k) {
145145
variants[k] = AmplitudeVariant{
146146
Value: v.Variant.Key,
147147
Payload: v.Variant.Payload,

0 commit comments

Comments
 (0)