Skip to content

Commit

Permalink
fixed issue with UM country import
Browse files Browse the repository at this point in the history
  • Loading branch information
daddyz committed Jun 5, 2023
1 parent 2d5775f commit 9e48f80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/phonelib/data_importer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ def import_alternate_formats
# some countries missing formats, and are linking them to another countries
def process_format_links
FORMAT_SHARING.each do |destination, source|
next unless @data[destination]
@data[destination][:formats] ||= []
@data[destination][:formats] = @data[destination][:formats] + @data[source][:formats]
end
Expand Down

0 comments on commit 9e48f80

Please sign in to comment.