Processing fix

This commit is contained in:
Michał Zieliński
2025-03-02 19:49:21 +01:00
parent a3e7709986
commit 924e7acccb

View File

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