Insert R2 data into GSheet

This commit is contained in:
Michał Zieliski
2024-08-07 20:18:55 +02:00
parent 945a227473
commit bfea657f22
2 changed files with 152 additions and 3 deletions

View File

@@ -507,7 +507,7 @@ public class LayersController : Controller
}
case "T4-R2":
{
var processor = new T4R2Processor(_db, this, _logsController);
var processor = new T4R2Processor(_db, this, _logsController, _googleSheetValues);
processor.Process(processWorker);
_logsController.AddEntry(new LogEntry