another fix for 73c419f 🐛

This commit is contained in:
Jannis R 2018-03-13 19:30:10 +01:00
parent 93f3bd1987
commit 95253adbe1
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5

View file

@ -112,7 +112,8 @@ const defaultProducts = {
national: true,
nationalExp: true,
regional: true,
regionalExp: true
regionalExp: true,
taxi: false
}
const formatProducts = (products) => {
products = Object.assign(Object.create(null), defaultProducts, products)