From f6733d937a2792473de0b7629ac28ddcb7d4463c Mon Sep 17 00:00:00 2001 From: Jannis R Date: Thu, 2 Dec 2021 13:56:56 +0100 Subject: [PATCH] =?UTF-8?q?=C3=96BB:=20enable=20lines()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- p/oebb/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p/oebb/index.js b/p/oebb/index.js index 16b4659d..c893580c 100644 --- a/p/oebb/index.js +++ b/p/oebb/index.js @@ -60,7 +60,7 @@ const oebbProfile = { trip: true, radar: true, reachableFrom: true, - lines: false, // `.svcResL[0].res.lineL[]` is missing 🤔 + // lines: false, // `.svcResL[0].res.lineL[]` is missing 🤔 } module.exports = oebbProfile