From 5e27c6cbd4d9d8bc1c5687c8a9199027dfd2d679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Sat, 2 Sep 2023 12:01:35 +0200 Subject: [PATCH] Enable saving layers --- WebAPI/Controllers/LayersController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebAPI/Controllers/LayersController.cs b/WebAPI/Controllers/LayersController.cs index bf1ed94..aed1717 100644 --- a/WebAPI/Controllers/LayersController.cs +++ b/WebAPI/Controllers/LayersController.cs @@ -290,7 +290,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}",