Skip to content

Commit df86c44

Browse files
committed
add office=financial_advisor to OH and wheelchair quests
1 parent b201dc1 commit df86c44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/androidMain/kotlin/de/westnordost/streetcomplete/quests/opening_hours/AddOpeningHours.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class AddOpeningHours(
8787
"employment_agency", "diplomatic", "coworking", "energy_supplier",
8888
"estate_agent", "lawyer", "telecommunication", "educational_institution",
8989
"association", "ngo", "it", "accountant", "property_management",
90-
"bail_bond_agent",
90+
"bail_bond_agent", "financial_advisor",
9191
),
9292
"craft" to arrayOf(
9393
// common

app/src/androidMain/kotlin/de/westnordost/streetcomplete/quests/wheelchair_access/AddWheelchairAccessBusiness.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class AddWheelchairAccessBusiness : OsmFilterQuestType<WheelchairAccess>(), Andr
8484
"employment_agency", "diplomatic", "coworking",
8585
"estate_agent", "lawyer", "telecommunication", "educational_institution",
8686
"association", "ngo", "it", "accountant", "property_management",
87-
"bail_bond_agent",
87+
"bail_bond_agent", "financial_advisor",
8888

8989
// name & wheelchair
9090
"political_party", "therapist"

0 commit comments

Comments
 (0)