TimetableAPI-Upgrade #64
@ -44,6 +44,8 @@ async function findPisByCode(code: string) {
|
||||
}
|
||||
|
||||
async function findByTiplocArray(tiplocArray: string[]) {
|
||||
// If any of the TIPLOCS in an array is RDG4AB - Replace it with READING.
|
||||
// ^^ Double check those though before doing it.
|
||||
const query = {
|
||||
tiplocs: tiplocArray,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user