Skip to content

Commit

Permalink
fix(postal_cities): NZ postal cities map no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
missinglink committed Feb 12, 2021
1 parent 321c86a commit f4a3e73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/postalCityMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ const tables = {
'USA': loadTable('USA'), // Unites States of America
'VIR': loadTable('VIR'), // United States Virgin Islands
'NLD': loadTable('NLD'), // The Netherlands
'NZL': loadTable('NZL') // New Zealand
};

// load the file format in to memory
Expand Down

0 comments on commit f4a3e73

Please sign in to comment.