ChristoPy / countries-phone-masks

Phone masks, ISO codes and flags
MIT License
71 stars 22 forks source link

Incorrect countries.json after update #3

Closed Lukianov closed 2 years ago

Lukianov commented 2 years ago

After update there is typo in countries.json in line 98 ("mask" field )

{ "name": "Ascension Island", "code": "+247", "iso": "AC", "flag": "https://cdn.kcak11.com/CountryFlags/countries/sh.svg", "mask": "####"[a-z]*.svg },

ChristoPy commented 2 years ago

Thanks for the issue.

Pull request #4 was merged with the fix.