Skip to content
Snippets Groups Projects
Commit 426ca2ee authored by Alex Reisner's avatar Alex Reisner
Browse files

Remove commas (typo).

parent 0b96e6a0
No related branches found
No related tags found
No related merge requests found
...@@ -66,8 +66,8 @@ module Geocoder::Result ...@@ -66,8 +66,8 @@ module Geocoder::Result
end end
def self.response_attributes def self.response_attributes
%w[place_id, osm_type, osm_id, boundingbox, license, %w[place_id osm_type osm_id boundingbox license
polygonpoints, display_name, class, type, stadium, suburb] polygonpoints display_name class type stadium suburb]
end end
response_attributes.each do |a| response_attributes.each do |a|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment