Fix crash during auto-update

This commit is contained in:
Girish Ramakrishnan
2020-04-02 19:47:29 -07:00
parent e821733a58
commit e72622ed4f

View File

@@ -1817,7 +1817,7 @@ function autoupdateApps(updateInfo, auditSource, callback) { // updateInfo is {
force: false
};
update(appId, data, auditSource, function (error) {
update(app, data, auditSource, function (error) {
if (error) debug('Error initiating autoupdate of %s. %s', appId, error.message);
iteratorDone(null);