Skip to content

Commit

Permalink
- #373 Fix Azerbaijan phone number format prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bossa573 authored Dec 30, 2023
1 parent d98b102 commit b3e23ce
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 @@ -153,7 +153,7 @@ export default [
alpha3: 'AZE',
country_code: '994',
country_name: 'Azerbaijan',
mobile_begin_with: ['4', '5', '6', '7'],
mobile_begin_with: ['10', '50', '51', '55', '60', '70', '77', '99'],
phone_number_lengths: [9]
},
{
Expand Down

0 comments on commit b3e23ce

Please sign in to comment.