Write into empty log fix

This commit is contained in:
Michał Zieliński
2023-08-31 16:54:04 +02:00
parent 11275af4af
commit 0be0ce4b1c
3 changed files with 68 additions and 65 deletions

View File

@@ -289,7 +289,7 @@ namespace WebAPI.Controllers
layer.Records.Add(record);
};
}
AddLayer(layer, Guid.Parse("F392209E-123E-4651-A5A4-0B1D6CF9FF9D"));
//AddLayer(layer, Guid.Parse("F392209E-123E-4651-A5A4-0B1D6CF9FF9D"));
logsController.AddEntry(new LogEntry
{
Title = $"Import Success, {importWorker.Name}",