Skip to content

Commit ae55b68

Browse files
committed
fixup! front: fold deleted origin's arrival time into start time
1 parent 89aa0d5 commit ae55b68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

front/src/applications/operationalStudies/views/Scenario/components/ManageTrainSchedule/helpers/formatTrainSchedulePayload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import formatSchedule from './formatSchedule';
1717
* This is necessary because our backend API do not allow the first
1818
* waypoint to have an arrival time.
1919
*/
20-
export function normalizeFirstWaypointTimes(
20+
function normalizeFirstWaypointTimes(
2121
pathSteps: PathStep[],
2222
startTime: number
2323
): { pathSteps: PathStep[]; startTime: number } {

0 commit comments

Comments
 (0)