diff --git a/src/Notifications/AzureQueueHostedService.cs b/src/Notifications/AzureQueueHostedService.cs index b44b37ab0a..332614d58c 100644 --- a/src/Notifications/AzureQueueHostedService.cs +++ b/src/Notifications/AzureQueueHostedService.cs @@ -24,7 +24,7 @@ namespace Bit.Notifications private CloudQueue _queue; public AzureQueueHostedService( - ILogger logger, + ILogger logger, IHubContext hubContext, GlobalSettings globalSettings) { @@ -52,9 +52,7 @@ namespace Bit.Notifications } public void Dispose() - { - // TODO - } + { } private async Task ExecuteAsync(CancellationToken cancellationToken) {