Fix warning

This commit is contained in:
nicolas.dorier
2025-06-09 21:21:28 +09:00
parent 1602069734
commit 276bb1b165

View File

@@ -33,8 +33,7 @@ public class WebhookSender(
IHttpClientFactory httpClientFactory,
ApplicationDbContextFactory dbContextFactory,
ILogger<WebhookSender> logger,
IServiceProvider serviceProvider,
EventAggregator eventAggregator)
IServiceProvider serviceProvider)
: IHostedService
{
public const string OnionNamedClient = "greenfield-webhook.onion";