Skip to content

Commit

Permalink
dotcoop2023/converter - country field is not a country code!
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Stokoe committed Oct 26, 2023
1 parent b88666b commit 1a7126c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotcoop2023/converter
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ module DotCoop
locality: city,
region: region,
postcode: post_code,
country_id: country.to_s.upcase,
country_id: nil,
territory_id: nil,
homepage: domain_urls.join(';'),
phone: nil,
Expand Down

0 comments on commit 1a7126c

Please sign in to comment.