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,
|
bus: true,
|
||||||
ferry: true,
|
ferry: true,
|
||||||
express: true,
|
express: true,
|
||||||
regional: true,
|
regional: true
|
||||||
taxi: false
|
|
||||||
}
|
}
|
||||||
const formatProducts = (products) => {
|
const formatProducts = (products) => {
|
||||||
products = Object.assign(Object.create(null), defaultProducts, products)
|
products = Object.assign(Object.create(null), defaultProducts, products)
|
||||||
|
|
Loading…
Add table
Reference in a new issue