From 95253adbe118d6e2df2989f2ca85633145ab412b Mon Sep 17 00:00:00 2001 From: Jannis R Date: Tue, 13 Mar 2018 19:30:10 +0100 Subject: [PATCH] another fix for 73c419f :bug: --- p/db/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/p/db/index.js b/p/db/index.js index f88dc539..d8cc5e6f 100644 --- a/p/db/index.js +++ b/p/db/index.js @@ -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)