Fix crash during auto-update
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user