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")