diff --git a/p/db/index.js b/p/db/index.js index d8cc5e6f..6a5edde2 100644 --- a/p/db/index.js +++ b/p/db/index.js @@ -59,8 +59,8 @@ const createParseLine = (profile, operators) => { return parseLineWithMode } -const createParseJourney = (profile, stations, lines, remarks) => { - const parseJourney = _createParseJourney(profile, stations, lines, remarks) +const createParseJourney = (profile, stations, lines, remarks, polylines) => { + const parseJourney = _createParseJourney(profile, stations, lines, remarks, polylines) // todo: j.sotRating, j.conSubscr, j.isSotCon, j.showARSLink, k.sotCtxt // todo: j.conSubscr, j.showARSLink, j.useableTime diff --git a/package.json b/package.json index 0ad129a3..52e915ba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hafas-client", "description": "JavaScript client for HAFAS public transport APIs.", - "version": "2.7.4", + "version": "2.7.5", "main": "index.js", "files": [ "index.js",