From 89f552deb00073aa76535aca34203dafd5daecc0 Mon Sep 17 00:00:00 2001 From: Cynthia Date: Sat, 3 Dec 2022 00:12:58 -0700 Subject: [PATCH] foxwells.vinboard: debug 4 --- src/modules/foxwells.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/foxwells.js b/src/modules/foxwells.js index 97a2c71..26578d4 100644 --- a/src/modules/foxwells.js +++ b/src/modules/foxwells.js @@ -118,7 +118,7 @@ hf.database.run( function getBoardEntry(id) { return new Promise((resolve, reject) => { hf.database.get( - "SELECT * FROM vinboard WHERE message_id = $id", + "SELECT count,board_id FROM vinboard WHERE message_id = $id", { $id: id, },