mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09:35 +02:00
journeys: expose realtime data timestamp
This commit is contained in:
parent
51f4a66bd8
commit
71db75df93
1 changed files with 1 additions and 0 deletions
1
index.js
1
index.js
|
@ -220,6 +220,7 @@ const createClient = (profile, userAgent, opt = {}) => {
|
|||
earlierRef: res.outCtxScrB,
|
||||
laterRef: res.outCtxScrF,
|
||||
journeys,
|
||||
realtimeDataFrom: res.planrtTS ? parseInt(res.planrtTS) : null,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue