This commit is contained in:
@@ -105,7 +105,7 @@ namespace AyaNova.Biz
|
||||
var biz = GlobalOpsBackupSettingsBiz.GetBiz(ct);
|
||||
var OpSet = await biz.GetAsync(false);
|
||||
OpSet.LastBackup = utcNow;
|
||||
await biz.ReplaceAsync(OpSet);
|
||||
await biz.PutAsync(OpSet);
|
||||
}
|
||||
log.LogDebug("Backup completed");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user