From 281432d6f7ba13995fd387c3e7990dda74c21bfe Mon Sep 17 00:00:00 2001 From: Oj Date: Wed, 23 Mar 2022 09:55:29 +0000 Subject: [PATCH] [Updater > Module] Fix undefined error from last commit --- src/updater/moduleUpdater.js | 2 -- 1 file changed, 2 deletions(-) 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;