Skip to content

Commit 34560c3

Browse files
committed
Fix bug on differential update
1 parent 1ae1058 commit 34560c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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,
190+
startDate: format(serviceDay, 'YYYYMMDD'),
191191
departureDelay,
192192
arrivalDelay,
193193
type

0 commit comments

Comments
 (0)