journeys: expose realtime data timestamp

This commit is contained in:
Jannis R 2020-07-19 23:23:04 +02:00
parent 51f4a66bd8
commit 71db75df93
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5

View file

@ -220,6 +220,7 @@ const createClient = (profile, userAgent, opt = {}) => {
earlierRef: res.outCtxScrB, earlierRef: res.outCtxScrB,
laterRef: res.outCtxScrF, laterRef: res.outCtxScrF,
journeys, journeys,
realtimeDataFrom: res.planrtTS ? parseInt(res.planrtTS) : null,
} }
} }