Skip to content

Commit

Permalink
Fix the syntax error for ZA numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
neekey authored Jul 6, 2018
1 parent c36241f commit 6d1333c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iso3166Data.js
Original file line number Diff line number Diff line change
Expand Up @@ -1854,7 +1854,7 @@ module.exports = [
alpha3: 'ZAF',
country_code: '27',
country_name: 'South Africa',
mobile_begin_with: ['1', '2', '3', '4', '5', 6', '7', '8'],
mobile_begin_with: ['1', '2', '3', '4', '5', '6', '7', '8'],
phone_number_lengths: [9]
},
{
Expand Down

0 comments on commit 6d1333c

Please sign in to comment.