Skip to content

Commit

Permalink
journeys: expose realtime data timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Jul 19, 2020
1 parent 51f4a66 commit 71db75d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ const createClient = (profile, userAgent, opt = {}) => {
earlierRef: res.outCtxScrB,
laterRef: res.outCtxScrF,
journeys,
realtimeDataFrom: res.planrtTS ? parseInt(res.planrtTS) : null,
}
}

Expand Down

0 comments on commit 71db75d

Please sign in to comment.