We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d93d8 commit e307ef0Copy full SHA for e307ef0
lib/geokit/geocoders/geocodio.rb
@@ -28,7 +28,7 @@ def self.parse_json(json)
28
loc.all.push(create_new_loc(address))
29
end
30
31
- loc.success = true
+ loc.success = true unless loc.nil?
32
loc
33
34
0 commit comments