Убрано лишнее

This commit is contained in:
Olga Nemt 2023-10-25 16:09:17 +05:00
parent fcd9c3b861
commit 40ce3055f8

View File

@ -16,7 +16,7 @@ namespace AsbCloudWebApi.SignalR
{
private readonly BackgroundWorker backgroundWorker;
public ReportsHub(BackgroundWorker backgroundWorker, IHubContext<ReportsHub> hubContext)
public ReportsHub(BackgroundWorker backgroundWorker)
{
this.backgroundWorker = backgroundWorker;
}