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:
@@ -1258,7 +1258,6 @@ function update(appId, data, auditSource, callback) {
|
||||
if (error) return callback(error);
|
||||
|
||||
var updateConfig = {
|
||||
skipNotification: !!data.skipNotification,
|
||||
skipBackup: !!data.skipBackup
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user