Skip to content

Commit cce97c5

Browse files
Merge pull request #222 from zeeshisthebest/fix/updated-CountriesAndCities
🐛 (CountriesAndCities) Corrected cities for Pakistan
2 parents 4d2b10e + 4872c4d commit cce97c5

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

model/countriesAndCities.js

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46302,14 +46302,15 @@ const CountriesAndCities = [
4630246302
{
4630346303
country: 'Pakistan',
4630446304
cities: [
46305-
'Al Mawasi',
46306-
'Bethlehem',
46307-
'Gaza',
46308-
'Hebron',
46309-
'Jenin',
46310-
'Jericho',
46311-
'Nablus',
46312-
'Ramallah',
46305+
'Islamabad',
46306+
'Lahore',
46307+
'Karachi',
46308+
'Faisalabad',
46309+
'Rawalpindi',
46310+
'Multan',
46311+
'Peshawar',
46312+
'Quetta',
46313+
'Sialkot',
4631346314
],
4631446315
},
4631546316
{

0 commit comments

Comments
 (0)