Skip to content

Commit 6dd23b2

Browse files
committed
asymmetry: todo refactor consecutive times
Signed-off-by: Louis Greiner <[email protected]>
1 parent fd4ba9c commit 6dd23b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/services/data/trainrun.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,7 @@ export class TrainrunService {
583583
return {endNode1, endNode2};
584584
}
585585

586+
// TODO: refacto that using setTimeStructureToTrainrunSections code
586587
propagateConsecutiveTimesForTrainrun(trainrunSectionId: number) {
587588
const inTrainrunSection =
588589
this.trainrunSectionService.getTrainrunSectionFromId(trainrunSectionId);

0 commit comments

Comments
 (0)