1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -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

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)
{