TimetableAPI-Upgrade #64

Merged
fred.boniface merged 36 commits from TimetableAPI-Upgrade into main 2024-02-11 15:53:17 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 6166c83d5a - Show all commits

View File

@ -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: