From 908d53189a3d4ed2c384e6b95b6ed7393c19394c Mon Sep 17 00:00:00 2001 From: Jannis R Date: Thu, 24 May 2018 13:44:36 +0200 Subject: [PATCH] DB journeys: fix polylines parsing :bug:, 2.7.5 --- p/db/index.js | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",