mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-10-23 05:06:31 +03:00
linting...
This commit is contained in:
parent
691f07b331
commit
a1ab95c249
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ const simplify = j => j.legs.map(l => {
|
|||
origin: l.origin,
|
||||
destination: l.destination,
|
||||
departure: l.plannedDeparture || l.departure,
|
||||
//arrival: l.plannedArrival || l.arrival, // sometimes differs on older journeys
|
||||
// arrival: l.plannedArrival || l.arrival, // sometimes differs on older journeys
|
||||
line: l.line,
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue