diff --git a/parse/journey-leg.js b/parse/journey-leg.js index 30ef3b57..69952820 100644 --- a/parse/journey-leg.js +++ b/parse/journey-leg.js @@ -55,7 +55,8 @@ const createParseJourneyLeg = (profile, opt, data) => { origin: clone(locations[parseInt(pt.dep.locX)]) || null, destination: clone(locations[parseInt(pt.arr.locX)]), departure: dep, - arrival: arr + arrival: arr, + reachable: !!pt.jny.isRchbl } // todo: DRY with parseDeparture