mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
aand another 🐛
This commit is contained in:
parent
95253adbe1
commit
68bf199673
1 changed files with 1 additions and 2 deletions
|
@ -153,8 +153,7 @@ const defaultProducts = {
|
|||
bus: true,
|
||||
ferry: true,
|
||||
express: true,
|
||||
regional: true,
|
||||
taxi: false
|
||||
regional: true
|
||||
}
|
||||
const formatProducts = (products) => {
|
||||
products = Object.assign(Object.create(null), defaultProducts, products)
|
||||
|
|
Loading…
Add table
Reference in a new issue