The updateInfo is not the manifest object
This commit is contained in:
@@ -103,7 +103,7 @@ function checkAppUpdates(callback) {
|
||||
return iteratorDone();
|
||||
}
|
||||
|
||||
const updateIsBlocked = apps.canAutoupdateApp(app, updateInfo);
|
||||
const updateIsBlocked = apps.canAutoupdateApp(app, updateInfo.manifest);
|
||||
if (autoupdatesEnabled && !updateIsBlocked) return iteratorDone();
|
||||
|
||||
debug('Notifying of app update for %s from %s to %s', app.id, app.manifest.version, updateInfo.manifest.version);
|
||||
|
||||
Reference in New Issue
Block a user