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:
Girish Ramakrishnan
2019-09-26 20:06:12 -07:00
parent 44aba5d6e1
commit a266fe13d0
4 changed files with 2 additions and 5 deletions
+1
View File
@@ -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: