Make location codes lowercase

This commit is contained in:
Quincy Morgan 2020-12-07 14:08:41 -05:00
parent a6c418d3d5
commit 212d4d1e04
3 changed files with 3 additions and 3 deletions

View file

@ -18,6 +18,6 @@
"irish bar"
],
"locationSet": {
"exclude": ["IE"]
"exclude": ["ie"]
}
}