mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-22 22:59:35 +02:00
DB: use REALTIME
routing mode
This commit is contained in:
parent
e46514c5f9
commit
3c17678d9d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ const transformReqBody = (ctx, body) => {
|
|||
const req = body.svcReqL[0] || {}
|
||||
|
||||
// see https://pastebin.com/qZ9WS3Cx
|
||||
req.cfg = {...req.cfg, rtMode: 'HYBRID'} // todo: use `REALTIME`?
|
||||
req.cfg = {...req.cfg, rtMode: 'REALTIME'}
|
||||
|
||||
return body
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue