Skip to content

Commit

Permalink
Add missing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hunt committed Aug 13, 2024
1 parent a12d53d commit c58a43d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions processing/processjson.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {

Expand Down

0 comments on commit c58a43d

Please sign in to comment.