AB - google export

This commit is contained in:
Michał Zieliński
2023-12-28 14:26:29 +01:00
parent bc3bd21eb2
commit 8ab34f0189
2 changed files with 85 additions and 40 deletions

View File

@@ -385,6 +385,7 @@ namespace WebAPI.Controllers
{
T3MultiSourceCopySelectedCodesProcessor processor = new T3MultiSourceCopySelectedCodesProcessor(db, googleSheetValues, this);
processor.process(processWorker!);
processor.updateReport();
break;
}
}