TimetableAPI-Upgrade #64
@ -49,7 +49,7 @@ async function random(req, res, next) {
|
||||
|
||||
async function testingTiplocArray(req, res, next) {
|
||||
let array = JSON.parse(req.params.array)
|
||||
return pis.testingTiplocArray(array)
|
||||
return pis.findByTiplocArray(array)
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
@ -43,7 +43,7 @@ async function findPisByCode(code: string) {
|
||||
return await search;
|
||||
}
|
||||
|
||||
async function findByTiplocArray(tiplocArray: string[]) {
|
||||
export 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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user