diff --git a/src/services/trainService.services2.ts b/src/services/trainService.services2.ts index ffdafca..1486cc4 100644 --- a/src/services/trainService.services2.ts +++ b/src/services/trainService.services2.ts @@ -54,7 +54,9 @@ export async function findByTrainUid(uid: string, date: Date | string = new Date let services = filterServices(result) as Service[] - // Next up is the public stops filter, followed by the PIS filter. + // Next up is the public stops filter, the resulting array is used for a PIS search + // I can probably write a function that both builds the public stop array and returns + // a PIS object - or null. } // Internal Functions: