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 9ddffec commit 9755939Copy full SHA for 9755939
lib/flagsmith/sdk/models/flags.rb
@@ -184,7 +184,7 @@ def from_evaluation_result(evaluation_result, **args)
184
'This indicates a bug in the SDK, please report it.'
185
end
186
187
- acc[normalize_key(flag_result[:name])] = Flagsmith::Flags::Flag.new(
+ acc[flag_result[:name]] = Flagsmith::Flags::Flag.new(
188
feature_name: flag_result[:name],
189
enabled: flag_result[:enabled],
190
value: flag_result[:value],
0 commit comments