diff --git a/src/services/ldb.services.js b/src/services/ldb.services.js index 1b09285..7399063 100644 --- a/src/services/ldb.services.js +++ b/src/services/ldb.services.js @@ -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)