Skip to content

Commit

Permalink
Merge pull request #72 from linkedconnections/development
Browse files Browse the repository at this point in the history
v2.1.2
  • Loading branch information
julianrojas87 authored Mar 6, 2023
2 parents 8d58e61 + bc50c7a commit 43cea11
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/Gtfsrt2LC.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class Gtfsrt2LC {
ncu: await this.getStop(completedUpdates[j + 1].stopId),
pdIndex,
startTime: format(tripStartTime, 'H:mm:ss'),
startDate,
startDate: format(serviceDay, 'YYYYMMDD'),
departureDelay,
arrivalDelay,
type
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gtfsrt2lc",
"version": "2.1.1",
"version": "2.1.2",
"description": "Converts the GTFS-RT to Linked Connections",
"main": "./Gtfsrt2LC.js",
"bin": {
Expand Down

0 comments on commit 43cea11

Please sign in to comment.