Add comments
Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
parent
22db9911f2
commit
725dfb86e2
@ -44,6 +44,8 @@ async function findPisByCode(code: string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function findByTiplocArray(tiplocArray: 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 = {
|
const query = {
|
||||||
tiplocs: tiplocArray,
|
tiplocs: tiplocArray,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user