This commit is contained in:
2021-05-25 13:58:34 +00:00
parent b4864020e5
commit 0faf92a852
2 changed files with 49 additions and 2 deletions

View File

@@ -107,8 +107,6 @@ namespace AyaNova.Biz
if (logTheGetEvent && ret != null)
await EventLogProcessor.LogEventToDatabaseAsync(new Event(UserId, id, BizType, AyaEvent.Retrieved), ct);
return ret;
}