Skip to content

Commit 4206b78

Browse files
committed
fixup! feat: add stop time props in LeftAndRightTimeStructure
1 parent 5e4d17b commit 4206b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/services/util/trainrunsection.helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ export class TrainrunsectionHelper {
297297
rightDepartureTime: lastRightNode.getDepartureTime(rightTrainrunSection),
298298
rightArrivalTime: lastRightNode.getArrivalTime(rightTrainrunSection),
299299
travelTime: cumulativeTravelTime,
300-
stopTime: totalDuration - cumulativeTravelTime,
300+
stopTime: MathUtils.mod60(totalDuration - cumulativeTravelTime),
301301
};
302302
}
303303

0 commit comments

Comments
 (0)