Remove skipNotification flag
we always want a update finish eventlog. Otherwise, the eventlog seems strange since it says 'started updated' but didn't finish
This commit is contained in:
@@ -370,6 +370,7 @@ function onEvent(id, action, source, data, callback) {
|
||||
return appUp(id, data.app, callback);
|
||||
|
||||
case eventlog.ACTION_APP_UPDATE_FINISH:
|
||||
if (!data.app.appStoreId) return callback(); // skip notification of dev apps
|
||||
return appUpdated(id, data.app, callback);
|
||||
|
||||
case eventlog.ACTION_CERTIFICATE_RENEWAL:
|
||||
|
||||
Reference in New Issue
Block a user