Skip to content

Commit

Permalink
Merge pull request #252 from peter-vasarhelyi/patch-1
Browse files Browse the repository at this point in the history
Fix Peru
  • Loading branch information
Bossa573 authored Aug 6, 2021
2 parents d1c25a1 + 5976b68 commit 6338cb8
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 @@ -1341,8 +1341,8 @@ export default [
alpha3: 'PER',
country_code: '51',
country_name: 'Peru',
mobile_begin_with: ['9', '6'],
phone_number_lengths: [9, 8]
mobile_begin_with: ['9'],
phone_number_lengths: [9]
},
{
alpha2: 'PH',
Expand Down

0 comments on commit 6338cb8

Please sign in to comment.