aand another 🐛

This commit is contained in:
Jannis R 2018-03-13 19:45:44 +01:00
parent 95253adbe1
commit 68bf199673
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5

View file

@ -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)