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

View File

@@ -1258,7 +1258,6 @@ function update(appId, data, auditSource, callback) {
if (error) return callback(error);
var updateConfig = {
skipNotification: !!data.skipNotification,
skipBackup: !!data.skipBackup
};