Skip to content

Commit

Permalink
Merge pull request #745 from RicardoTrindade/patch-1
Browse files Browse the repository at this point in the history
Update http.rb
  • Loading branch information
jnunemaker committed Jul 21, 2023
2 parents 73378a7 + 19d574e commit df2ad63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/flipper/adapters/http.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def get_all
end

result = {}
gates_by_key.keys.each do |key|
gates_by_key.each_key do |key|
feature = Feature.new(key, self)
result[feature.key] = result_for_feature(feature, gates_by_key[feature.key])
end
Expand Down

0 comments on commit df2ad63

Please sign in to comment.