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:
parent
62327137b0
commit
814ca7b30b
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user