pis #12

Merged
fred.boniface merged 95 commits from pis into main 2023-05-06 21:54:51 +01:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 0d207050b2 - Show all commits

View File

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