From 20c1f8d25df06ce1940f38f1bb2101ff12feeb57 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 8 Dec 2022 20:36:11 +0000 Subject: [PATCH] Add comments for future code --- src/services/ldb.services.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)