mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
refreshJourney: pass through userAgent 🐛
This commit is contained in:
parent
bec3249b01
commit
8653e43b2b
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -236,7 +236,7 @@ const createClient = (profile, userAgent, request = _request) => {
|
||||||
remarks: true // parse & expose hints & warnings?
|
remarks: true // parse & expose hints & warnings?
|
||||||
}, opt)
|
}, opt)
|
||||||
|
|
||||||
return request(profile, opt, {
|
return request(profile, userAgent, opt, {
|
||||||
meth: 'Reconstruction',
|
meth: 'Reconstruction',
|
||||||
req: {
|
req: {
|
||||||
ctxRecon: refreshToken,
|
ctxRecon: refreshToken,
|
||||||
|
|
Loading…
Add table
Reference in a new issue