Skip to content

Commit

Permalink
exclude Mobile Money and its matchNames as generic
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowysauce authored Oct 31, 2024
1 parent d72dfbc commit 1dcefcb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion data/brands/amenity/money_transfer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"properties": {
"path": "brands/amenity/money_transfer",
"exclude": {
"generic": ["^money transfer$", "^wakala$"]
"generic": [
"^mobile? money( transfer)?$",
"^money transfer$",
"^wakala$"
]
}
},
"items": [
Expand Down

0 comments on commit 1dcefcb

Please sign in to comment.