diff --git a/src/Notifications/HeartbeatHostedService.cs b/src/Notifications/HeartbeatHostedService.cs index 717fdeb784..f635fa5bca 100644 --- a/src/Notifications/HeartbeatHostedService.cs +++ b/src/Notifications/HeartbeatHostedService.cs @@ -13,7 +13,7 @@ public class HeartbeatHostedService : IHostedService, IDisposable private CancellationTokenSource _cts; public HeartbeatHostedService( - ILogger logger, + ILogger logger, IHubContext hubContext, GlobalSettings globalSettings) {