[CHANGE] History -> Audit
This commit is contained in:
@@ -67,7 +67,7 @@ public class ClientService(IServiceScopeFactory scopeFactory, ILogger<ClientServ
|
||||
LogEvent("Failed to save client: " + e.Message, LogSeverity.Warning);
|
||||
return ResultError.Error(e);
|
||||
}
|
||||
|
||||
|
||||
var saveResult = await _libraryService.SaveChannelAsync(channel, cancellationToken);
|
||||
return saveResult;
|
||||
}
|
||||
|
Reference in New Issue
Block a user