Skip to content

Commit

Permalink
Merge b0b73b7 into 5d2e4ba
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mcdonald committed Dec 23, 2015
2 parents 5d2e4ba + b0b73b7 commit 0969ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/steam-condenser/community/game_item_schema.rb
Expand Up @@ -118,7 +118,7 @@ def fetch

@qualities = []
data[:qualities].keys.each_with_index do |key, index|
@qualities[index] = data[:qualityNames][key] || key.to_s.capitalize
@qualities[index] = data[:qualities][key] || key.to_s.capitalize
end
end

Expand Down

0 comments on commit 0969ac8

Please sign in to comment.