Skip to content

Commit

Permalink
Merge pull request #73 from linkedconnections/development
Browse files Browse the repository at this point in the history
v2.1.3
  • Loading branch information
julianrojas87 authored Mar 6, 2023
2 parents 43cea11 + d17ade7 commit 7a2a4a4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
coverage
.coveralls.yml
.rt_indexes
.rt_indexes
test
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: format(serviceDay, 'YYYYMMDD'),
startDate: format(serviceDay, 'yyyMMdd'),
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.2",
"version": "2.1.3",
"description": "Converts the GTFS-RT to Linked Connections",
"main": "./Gtfsrt2LC.js",
"bin": {
Expand Down

0 comments on commit 7a2a4a4

Please sign in to comment.