mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-22 22:59:35 +02:00
parent
5104fa0fa8
commit
84c7582a33
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -187,7 +187,7 @@ const createClient = (profile, userAgent, opt = {}) => {
|
|||
maxChg: opt.transfers,
|
||||
minChgTime: opt.transferTime,
|
||||
depLocL: [from],
|
||||
viaLocL: opt.via ? [{loc: opt.via}] : null,
|
||||
viaLocL: opt.via ? [{loc: opt.via}] : [],
|
||||
arrLocL: [to],
|
||||
jnyFltrL: filters,
|
||||
gisFltrL,
|
||||
|
|
Loading…
Add table
Reference in a new issue