diff --git a/src/utils/processors/timetable/timetableProcessor.utils.ts b/src/utils/processors/timetable/timetableProcessor.utils.ts index 5c0c39e..dfbf0c5 100644 --- a/src/utils/processors/timetable/timetableProcessor.utils.ts +++ b/src/utils/processors/timetable/timetableProcessor.utils.ts @@ -5,7 +5,6 @@ import type { OB_TrainTT_stopDetail, Stop, } from "@owlboard/ts-types"; -import { logger } from "../../logger.utils"; export function formatTimetableDetail( service: Service, @@ -22,10 +21,7 @@ export function formatTimetableDetail( scheduleEnd: service.scheduleEndDate, daysRun: service.daysRun, stops: formatStops(service.stops), - vstp: service.vstp, - firstClass: service.firstClass, - catering: service.catering, - sleeper: service.sleeper, + serviceDetail: service.serviceDetail, }; if (pis) {