forked from ddrilling/AsbCloudServer
Убрано то, что не должно было попасть в эту ветку
This commit is contained in:
parent
bed5f4e6b4
commit
4cf91210b6
@ -28,9 +28,6 @@ namespace AsbCloudWebApi.SignalR
|
||||
var workId = groupName.Replace("Report_", "");
|
||||
var work = backgroundWorker.WorkStore.RunOnceQueue.FirstOrDefault(work => work.Id == workId);
|
||||
|
||||
if (work == null && backgroundWorker.CurrentWork?.Id == workId)
|
||||
work = backgroundWorker.CurrentWork;
|
||||
|
||||
var progress = new ReportProgressDto()
|
||||
{
|
||||
Operation = "Ожидает начала в очереди.",
|
||||
|
Loading…
Reference in New Issue
Block a user