This commit is contained in:
2020-05-23 14:05:49 +00:00
parent ff3946b2b0
commit a1e6acc5b4
2 changed files with 4 additions and 4 deletions

View File

@@ -87,7 +87,7 @@ namespace AyaNova.Biz
await EventLogProcessor.LogEventToDatabaseAsync(new Event(UserId, 1, BizType, AyaEvent.Modified), ct);
//Update the static copy for the server
ServerGlobalOpsSettingsCache.Backup = dbObject;
todo:this ServerGlobalOpsSettingsCache.Backup = dbObject;
return dbObject;
}