From 6041d2095c66e5849e8a2c03177e106498d812d8 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Sat, 18 Nov 2023 10:52:03 +0100 Subject: Fix bug --- modules/changes/changes.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/changes/changes.js b/modules/changes/changes.js index 8182815..0dd237d 100644 --- a/modules/changes/changes.js +++ b/modules/changes/changes.js @@ -338,15 +338,15 @@ module.exports=function(app,io,_moddir){ res.send("URL not found in watch list"); return; } - var res=new Array(urls.length); + var out=new Array(urls.length); for(var i=0;i