Skip to content

Commit

Permalink
remove unused country codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Omarabdul3ziz committed Nov 13, 2024
1 parent 0c0246a commit 3a340ac
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions grid-proxy/tools/db/crafter/test_values.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ var (
"Egypt": "Africa",
"United Kingdom": "Europe",
}
countriesCodes = map[string]string{
"Belgium": "BG",
"United States": "US",
"Egypt": "EG",
"United Kingdom": "UK",
}
cities = map[string][]string{
"Belgium": {"Brussels", "Antwerp", "Ghent", "Charleroi"},
"United States": {"New York", "Chicago", "Los Angeles", "San Francisco"},
Expand Down

0 comments on commit 3a340ac

Please sign in to comment.