foxwells.vinboard: debug 3

This commit is contained in:
Cynthia Foxwell 2022-12-03 00:11:01 -07:00
parent 2b97bce8df
commit 83921ea25f
1 changed files with 2 additions and 1 deletions

View File

@ -124,7 +124,8 @@ function getBoardEntry(id) {
},
(err, row) => {
if (err == null) {
resolve(row);
logger.debug("vinboard", JSON.stringify(row));
resolve({});
} else {
reject(err);
}