From f94c7638b89e487d08cac505edb9f04509d79dac Mon Sep 17 00:00:00 2001 From: hiba9201 Date: Sun, 3 Sep 2023 21:33:59 +0500 Subject: [PATCH] add routeId to stopInfoData --- api/service/masstrans/masstrans.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/service/masstrans/masstrans.ts b/api/service/masstrans/masstrans.ts index 54fe3beb..caab984b 100644 --- a/api/service/masstrans/masstrans.ts +++ b/api/service/masstrans/masstrans.ts @@ -89,6 +89,7 @@ export class MasstransService { arriveTime: item.tc_arrivetime, route: item.mr_num, routeDirection: item.rl_racetype, + routeId: parseInt(item.mr_id, 10), type: item.type, to: item.laststation_title, // TODO: get through stations from GetRoute