Skip to content

Commit

Permalink
add routeId to stopInfoData
Browse files Browse the repository at this point in the history
  • Loading branch information
hiba9201 committed Sep 3, 2023
1 parent 2a3a6a6 commit f94c763
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/service/masstrans/masstrans.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f94c763

Please sign in to comment.