Skip to content

Commit

Permalink
Add new operator for Netherlands (#417)
Browse files Browse the repository at this point in the history
Co-authored-by: 신지원 <[email protected]>
  • Loading branch information
dorri-riddo and 신지원 authored Jan 1, 2025
1 parent e9d8fd7 commit 3330163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/country_phone_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1316,8 +1316,8 @@ export default [
alpha3: 'NLD',
country_code: '31',
country_name: 'Netherlands',
mobile_begin_with: ['6'],
phone_number_lengths: [9]
mobile_begin_with: ['6', '97'],
phone_number_lengths: [9, 11]
},
{
alpha2: 'NO',
Expand Down

0 comments on commit 3330163

Please sign in to comment.