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. }