disable SSR and make few more tweaks

This commit is contained in:
Volodymyr Smirnov
2020-10-27 20:05:24 +02:00
parent 931db11b6e
commit ce353a42dc
8 changed files with 16 additions and 35 deletions

View File

@@ -86,7 +86,6 @@ namespace MalwareMultiScan.Scanner.Services
await _bus.SendAsync(
_configuration.GetValue<string>("ResultsSubscriptionId"), result);
}
}
}