Skip to content

Commit

Permalink
Merge pull request #178 from LD4P/justinlittman-patch-1
Browse files Browse the repository at this point in the history
Remove null gacs.
  • Loading branch information
jermnelson authored Jan 20, 2022
2 parents 7e6054f + e568b01 commit 6af624f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rdf2marc/rdf2model/mappers/number_and_code_fields.rb
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def geographic_area_codes
Resolver.resolve_geographic_area_code(gac_uri)
end
{
geographic_area_codes: gacs.sort
geographic_area_codes: gacs.compact.sort
}
end

Expand Down

0 comments on commit 6af624f

Please sign in to comment.