Skip to content

Commit 7a2a4a4

Browse files
Merge pull request #73 from linkedconnections/development
v2.1.3
2 parents 43cea11 + d17ade7 commit 7a2a4a4

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
22
coverage
33
.coveralls.yml
4-
.rt_indexes
4+
.rt_indexes
5+
test

lib/Gtfsrt2LC.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ class Gtfsrt2LC {
187187
ncu: await this.getStop(completedUpdates[j + 1].stopId),
188188
pdIndex,
189189
startTime: format(tripStartTime, 'H:mm:ss'),
190-
startDate: format(serviceDay, 'YYYYMMDD'),
190+
startDate: format(serviceDay, 'yyyMMdd'),
191191
departureDelay,
192192
arrivalDelay,
193193
type

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gtfsrt2lc",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "Converts the GTFS-RT to Linked Connections",
55
"main": "./Gtfsrt2LC.js",
66
"bin": {

0 commit comments

Comments
 (0)