TimetableAPI-Upgrade #64
@ -54,7 +54,9 @@ export async function findByTrainUid(uid: string, date: Date | string = new Date
|
|||||||
|
|
||||||
let services = filterServices(result) as Service[]
|
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:
|
// Internal Functions:
|
||||||
|
Loading…
Reference in New Issue
Block a user