Add comments for future code
This commit is contained in:
parent
a09f5feefc
commit
20c1f8d25d
@ -9,7 +9,8 @@ const keys = require('/srv/keys/owlboard/keys.configs')
|
|||||||
|
|
||||||
async function findBoard(input, staff){
|
async function findBoard(input, staff){
|
||||||
// Check whether input is CRS or TIPLOC
|
// 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
|
// then call the correct function and
|
||||||
// return that output to calling function
|
// return that output to calling function
|
||||||
// for now, just call arrDepBoard(CRS)
|
// for now, just call arrDepBoard(CRS)
|
||||||
|
Reference in New Issue
Block a user