mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
another fix for 73c419f
🐛
This commit is contained in:
parent
93f3bd1987
commit
95253adbe1
1 changed files with 2 additions and 1 deletions
|
@ -112,7 +112,8 @@ const defaultProducts = {
|
||||||
national: true,
|
national: true,
|
||||||
nationalExp: true,
|
nationalExp: true,
|
||||||
regional: true,
|
regional: true,
|
||||||
regionalExp: true
|
regionalExp: 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