[Updater > Module] Fix undefined error from last commit

This commit is contained in:
Ducko 2022-03-23 09:55:29 +00:00
parent b9ae3495fb
commit 281432d6f7
1 changed files with 0 additions and 2 deletions

View File

@ -168,8 +168,6 @@ const checkModules = async () => {
});
}
remote = JSON.parse(body);
let doing = 0;
for (const name in installed) {
const inst = installed[name].installedVersion;