1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-22 12:04:27 -05:00
This commit is contained in:
Kyle Spearrin 2018-08-21 09:37:09 -04:00
parent 1b489daca1
commit 7746011ea1

View File

@ -24,7 +24,7 @@ namespace Bit.Notifications
private CloudQueue _queue; private CloudQueue _queue;
public AzureQueueHostedService( public AzureQueueHostedService(
ILogger<AzureQueueHostedService> logger, ILogger<AzureQueueHostedService> logger,
IHubContext<NotificationsHub> hubContext, IHubContext<NotificationsHub> hubContext,
GlobalSettings globalSettings) GlobalSettings globalSettings)
{ {
@ -52,9 +52,7 @@ namespace Bit.Notifications
} }
public void Dispose() public void Dispose()
{ { }
// TODO
}
private async Task ExecuteAsync(CancellationToken cancellationToken) private async Task ExecuteAsync(CancellationToken cancellationToken)
{ {