commit 72bca49014503a60e3e1ab7994d38eb9870a9ced
parent c62d84d9b158a554a31fc7db553e676771150f82
Author: Leah (ctucx) <leah@ctu.cx>
Date: Wed, 24 Feb 2021 14:06:49 +0100
parent c62d84d9b158a554a31fc7db553e676771150f82
Author: Leah (ctucx) <leah@ctu.cx>
Date: Wed, 24 Feb 2021 14:06:49 +0100
fix
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/formaters/renderJourneys.nim b/src/formaters/renderJourneys.nim @@ -105,6 +105,5 @@ proc renderJourneys*(data: CacheObject): JsonNode = "CHANGES_DUR": changesDuration, "CHANGES": changes-1, "PRODUCTS": productsString, - "IS_CANCELLED": cancelled, - "IS_WALKING": isWalking + "IS_CANCELLED": cancelled })