Fix app auto-update breakage

This commit is contained in:
Girish Ramakrishnan
2021-01-31 20:46:55 -08:00
parent e2c342f242
commit fc408b8288
3 changed files with 6 additions and 7 deletions

View File

@@ -1910,8 +1910,6 @@ function autoupdateApps(updateInfo, auditSource, callback) { // updateInfo is {
assert.strictEqual(typeof auditSource, 'object');
assert.strictEqual(typeof callback, 'function');
if (!updateInfo) return callback(null);
async.eachSeries(Object.keys(updateInfo), function iterator(appId, iteratorDone) {
get(appId, function (error, app) {
if (error) {