From 7746011ea18d3e3ad2749f06ede4a311f30cee25 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 21 Aug 2018 09:37:09 -0400 Subject: [PATCH] cleanup --- src/Notifications/AzureQueueHostedService.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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) {