controller fix

This commit is contained in:
Michał Zieliński
2025-03-01 21:09:34 +01:00
parent 1744bd2ddc
commit 59267e404a

View File

@@ -655,7 +655,7 @@ public class LayersController : Controller
switch (processType!)
{
case "T3-SingleSource":
var t3SingleSource = new T3SingleSourceProcessor(_db, this);
var t3SingleSource = new T3SingleSourceProcessor(_db, this, _logsController);
{
t3SingleSource.Process(processWorker);
break;