Skip to content

Commit

Permalink
Merge pull request #249 from neoGeneva/neoGeneva/fix-nz-mobile-prefix
Browse files Browse the repository at this point in the history
Fix NZ mobile prefix
  • Loading branch information
Bossa573 authored Jul 20, 2021
2 parents a9f503b + e5f04e2 commit 391aab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/country_phone_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@ export default [
alpha3: 'NZL',
country_code: '64',
country_name: 'New Zealand',
mobile_begin_with: ['2', '3', '6', '9'],
mobile_begin_with: ['2'],
phone_number_lengths: [8, 9, 10]
},
{
Expand Down

0 comments on commit 391aab4

Please sign in to comment.