Add missing variable

This commit is contained in:
Chris Hunt 2024-08-13 11:25:38 +01:00
parent 687738b75b
commit 225926bdc1
No known key found for this signature in database

View File

@ -29,6 +29,8 @@ glob("**/workspace.json", async function (err, files) {
encoding: "hex",
};
let channels = new Set()
for (const file of files) {
//files.forEach(async function(file) {