diff --git a/p/vbb/index.js b/p/vbb/index.js index fc97d00e..3f9f9ecd 100644 --- a/p/vbb/index.js +++ b/p/vbb/index.js @@ -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)