mirror of
https://github.com/bitwarden/server.git
synced 2025-05-20 19:14:32 -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;
|
private CancellationTokenSource _cts;
|
||||||
|
|
||||||
public HeartbeatHostedService(
|
public HeartbeatHostedService(
|
||||||
ILogger<AzureQueueHostedService> logger,
|
ILogger<HeartbeatHostedService> logger,
|
||||||
IHubContext<NotificationsHub> hubContext,
|
IHubContext<NotificationsHub> hubContext,
|
||||||
GlobalSettings globalSettings)
|
GlobalSettings globalSettings)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user