mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09: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,
|
maxChg: opt.transfers,
|
||||||
minChgTime: opt.transferTime,
|
minChgTime: opt.transferTime,
|
||||||
depLocL: [from],
|
depLocL: [from],
|
||||||
viaLocL: opt.via ? [{loc: opt.via}] : null,
|
viaLocL: opt.via ? [{loc: opt.via}] : [],
|
||||||
arrLocL: [to],
|
arrLocL: [to],
|
||||||
jnyFltrL: filters,
|
jnyFltrL: filters,
|
||||||
gisFltrL,
|
gisFltrL,
|
||||||
|
|
Loading…
Add table
Reference in a new issue