From 7eb1eaba502a1647b7b1e15db90c4d569ff7a94b Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Fri, 2 Feb 2024 12:42:12 +0000 Subject: [PATCH] Nothing important Signed-off-by: Fred Boniface --- src/utils/processors/timetable/timetableProcessor.utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/processors/timetable/timetableProcessor.utils.ts b/src/utils/processors/timetable/timetableProcessor.utils.ts index 4926334..921178b 100644 --- a/src/utils/processors/timetable/timetableProcessor.utils.ts +++ b/src/utils/processors/timetable/timetableProcessor.utils.ts @@ -11,7 +11,7 @@ export function formatTimetableDetail(service: Service, pis: OB_Pis_SimpleObject scheduleStart: service.scheduleStartDate, scheduleEnd: service.scheduleEndDate, daysRun: service.daysRun, - stops: service.stops, // Need separate function to ensure type compatibility + stops: formatStops(service.stops), // Need separate function to ensure type compatibility vstp: service.vstp, // Need to ensure that ts-types is up to date. }