1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-20 11:04:31 -05:00

Fix HeartbeatHostedService logger (#2650)

This commit is contained in:
Kyle Spearrin 2023-01-31 09:59:15 -05:00 committed by GitHub
parent 62327137b0
commit 814ca7b30b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ public class HeartbeatHostedService : IHostedService, IDisposable
private CancellationTokenSource _cts;
public HeartbeatHostedService(
ILogger<AzureQueueHostedService> logger,
ILogger<HeartbeatHostedService> logger,
IHubContext<NotificationsHub> hubContext,
GlobalSettings globalSettings)
{