Add comments for future code

This commit is contained in:
Fred Boniface 2022-12-08 20:36:11 +00:00
parent a09f5feefc
commit 20c1f8d25d
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ const keys = require('/srv/keys/owlboard/keys.configs')
async function findBoard(input, staff){
// Check whether input is CRS or TIPLOC
// if TIPLOC then convert to CRS
// if TIPLOC then convert to CRS,
// then check whether staff is true or false,
// then call the correct function and
// return that output to calling function
// for now, just call arrDepBoard(CRS)