mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 17:22:15 +00:00
gahhhhhhh
This commit is contained in:
parent
7bd59c1e8a
commit
e572dcc528
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ public Task SendAsync(IdentityMessage msg)
|
|||
string exc = sb.ToString();
|
||||
var db = new ApplicationDbContext();
|
||||
db.AuditLogs.Add(new AuditLog("system", AuditLogLevel.Admin, exc));
|
||||
db.SaveChanges();
|
||||
}
|
||||
return Task.FromResult<DeliveryResponse>(result);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue