From 8f7358b46265733df5b36a3b1adb6ece4c0c1c52 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Fri, 17 Aug 2018 21:40:06 +0200 Subject: [PATCH] Nah.sh: mode `bus` for on-call transit We might want to rename "on-call" to "demand-responsive". --- p/nahsh/products.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p/nahsh/products.js b/p/nahsh/products.js index 9b9f118e..8a1029c4 100644 --- a/p/nahsh/products.js +++ b/p/nahsh/products.js @@ -75,7 +75,7 @@ const p = [ }, { id: 'onCall', - mode: null, // todo + mode: 'bus', // todo: is this correct? bitmasks: [512], name: 'On-call transit', short: 'on-call',