Skip to content

Commit 9755939

Browse files
committed
feat: removed-normalize
1 parent 9ddffec commit 9755939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/flagsmith/sdk/models/flags.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def from_evaluation_result(evaluation_result, **args)
184184
'This indicates a bug in the SDK, please report it.'
185185
end
186186

187-
acc[normalize_key(flag_result[:name])] = Flagsmith::Flags::Flag.new(
187+
acc[flag_result[:name]] = Flagsmith::Flags::Flag.new(
188188
feature_name: flag_result[:name],
189189
enabled: flag_result[:enabled],
190190
value: flag_result[:value],

0 commit comments

Comments
 (0)