From 68bf199673f309bc267c6b9e810ce3daac26da54 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Tue, 13 Mar 2018 19:45:44 +0100 Subject: [PATCH] aand another :bug: --- p/vbb/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)