diff --git a/src/updater/moduleUpdater.js b/src/updater/moduleUpdater.js index 73aa274..d33cdf9 100644 --- a/src/updater/moduleUpdater.js +++ b/src/updater/moduleUpdater.js @@ -168,8 +168,6 @@ const checkModules = async () => { }); } - remote = JSON.parse(body); - let doing = 0; for (const name in installed) { const inst = installed[name].installedVersion;