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)