Drop unit from default address format

This commit is contained in:
Bryan Housel
2018-01-09 10:15:18 -05:00
parent f0a27bc1ec
commit 528739b9b0
+1 -1
View File
@@ -2,7 +2,7 @@
"dataAddressFormats": [
{
"format": [
["housenumber", "street", "unit"],
["housenumber", "street"],
["city", "postcode"]
]
},