mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-08-25 22:01:16 +00:00
code cleanup
This commit is contained in:
@@ -57,7 +57,7 @@ namespace MalwareMultiScan.Api.Services
|
||||
return;
|
||||
|
||||
_backgroundJobClient.Create<IScanResultJob>(
|
||||
x => x.Notify(scanResult.CallbackUrl, resultId, backendId, result),
|
||||
x => x.Notify(scanResult.CallbackUrl, resultId, backendId, result),
|
||||
new EnqueuedState("default"));
|
||||
}
|
||||
|
||||
@@ -82,7 +82,7 @@ namespace MalwareMultiScan.Api.Services
|
||||
cancellationTokenSource.Token);
|
||||
|
||||
response.EnsureSuccessStatusCode();
|
||||
|
||||
|
||||
_logger.LogInformation($"Sent POST to callback URL {uri}");
|
||||
}
|
||||
catch (Exception exception)
|
||||
|
Reference in New Issue
Block a user