Add notes

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface 2023-04-21 16:16:14 +01:00
parent 038670acf2
commit 0d207050b2
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ async function findPisByOrigDest(start,end) {
return search return search
} }
// Hopefully at some point, I will also be able to implement a find PIS code by headcode option.
module.exports = { module.exports = {
findPisByOrigDest findPisByOrigDest
} }