Processing fix
This commit is contained in:
@@ -655,8 +655,8 @@ public class LayersController : Controller
|
|||||||
switch (processType!)
|
switch (processType!)
|
||||||
{
|
{
|
||||||
case "T3-SingleSource":
|
case "T3-SingleSource":
|
||||||
var t3SingleSource = new T3SingleSourceProcessor(_db, this, _logsController);
|
|
||||||
{
|
{
|
||||||
|
var t3SingleSource = new T3SingleSourceProcessor(_db, this, _logsController);
|
||||||
t3SingleSource.Process(processWorker);
|
t3SingleSource.Process(processWorker);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user