From a704caee18e8495f2f680653c49bfa1efc060b20 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Mon, 2 Oct 2023 17:51:06 -0600 Subject: [PATCH] add logs --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index a6099ba..5115d7d 100644 --- a/index.js +++ b/index.js @@ -179,7 +179,7 @@ const generateExtensionListEmbed = async () => { `); console.log(`2.1 query end ${rows.length}`) - + console.log(JSON.stringify(rows, null, 2)) // Add extensions that weren't in the results to the inactive array rows.forEach(row => { console.log("2.2 foreach start")