refreshJourney: pass through userAgent 🐛

This commit is contained in:
Jannis R 2018-07-25 11:24:01 +02:00
parent bec3249b01
commit 8653e43b2b
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5

View file

@ -236,7 +236,7 @@ const createClient = (profile, userAgent, request = _request) => {
remarks: true // parse & expose hints & warnings?
}, opt)
return request(profile, opt, {
return request(profile, userAgent, opt, {
meth: 'Reconstruction',
req: {
ctxRecon: refreshToken,