Skip to content

Commit

Permalink
Made preparation for future feature of canceled trips
Browse files Browse the repository at this point in the history
  • Loading branch information
deg0nz committed Mar 12, 2018
1 parent c67e45c commit 229b5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VbbFetcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ VbbFetcher.prototype.processData = function (data) {
) {

let current = {
when: row.when,
when: row.when || row.formerScheduledWhen,
delay: row.delay || 0,
cancelled: row.cancelled || false,
name: row.line.name,
Expand Down

0 comments on commit 229b5e9

Please sign in to comment.