From 725dfb86e239210923ce54f29f7b231282209bfa Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 9 Nov 2023 20:37:33 +0000 Subject: [PATCH] Add comments Signed-off-by: Fred Boniface --- src/services/pis.services.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/services/pis.services.ts b/src/services/pis.services.ts index 1b7b478..4feffa3 100644 --- a/src/services/pis.services.ts +++ b/src/services/pis.services.ts @@ -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, };