Add comments

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface 2023-11-09 20:37:33 +00:00
parent 22db9911f2
commit 725dfb86e2
1 changed files with 2 additions and 0 deletions

View File

@ -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,
};