Skip to content

Commit

Permalink
fix(area-code):add Angullia 2642, 2644 area code (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
vchau254 authored Aug 15, 2023
1 parent eb1ddab commit 6874d33
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 @@ -60,7 +60,7 @@ export default [
alpha3: 'AIA',
country_code: '1',
country_name: 'Anguilla',
mobile_begin_with: ['2645', '2647'],
mobile_begin_with: ['2642', '2644', '2645', '2647'],
phone_number_lengths: [10]
},
{
Expand Down

0 comments on commit 6874d33

Please sign in to comment.