Skip to content

Commit

Permalink
FIX: change Bahamas naming (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinsOnuoha authored Nov 25, 2024
1 parent d7e4224 commit cad6ded
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions model/countriesAndCities.js
Original file line number Diff line number Diff line change
Expand Up @@ -50003,8 +50003,8 @@ const CountriesAndCities = [
'Zalau',
'Zarnesti',
'Zlatna',
'Simleu Silvaniei'
]
'Simleu Silvaniei',
],
},
{
country: 'Russia',
Expand Down
2 changes: 1 addition & 1 deletion model/countriesAndState.js
Original file line number Diff line number Diff line change
Expand Up @@ -1587,7 +1587,7 @@ const CountriesState = [
],
},
{
name: 'Bahamas The',
name: 'Bahamas',
iso3: 'BHS',
iso2: 'BS',
phone_code: '+1-242',
Expand Down
2 changes: 1 addition & 1 deletion model/countriesAndUnicodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ const CountriesAndUnicodes = [
},
{
Iso2: 'BS',
Name: 'The Bahamas',
Name: 'Bahamas',
Iso3: 'BHS',
Unicode: '🇧🇸',
Dial: '+1-242',
Expand Down
2 changes: 1 addition & 1 deletion model/countriesStateCity.js
Original file line number Diff line number Diff line change
Expand Up @@ -53224,7 +53224,7 @@ const data = [
},
{
"id": 17,
"name": "Bahamas The",
"name": "Bahamas",
"iso3": "BHS",
"iso2": "BS",
"phone_code": "+1-242",
Expand Down

0 comments on commit cad6ded

Please sign in to comment.