Nothing important

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface 2024-02-02 12:42:12 +00:00
parent 89043516ea
commit 7eb1eaba50
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ export function formatTimetableDetail(service: Service, pis: OB_Pis_SimpleObject
scheduleStart: service.scheduleStartDate, scheduleStart: service.scheduleStartDate,
scheduleEnd: service.scheduleEndDate, scheduleEnd: service.scheduleEndDate,
daysRun: service.daysRun, 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. vstp: service.vstp, // Need to ensure that ts-types is up to date.
} }