From 164017b72e38b3a9eb313adf39af8ee1387ef52e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Sun, 10 Mar 2024 09:09:04 +0100 Subject: [PATCH] AutoImport FIX --- WebAPI/Controllers/LayersController.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/WebAPI/Controllers/LayersController.cs b/WebAPI/Controllers/LayersController.cs index 66bf89b..3db62b1 100644 --- a/WebAPI/Controllers/LayersController.cs +++ b/WebAPI/Controllers/LayersController.cs @@ -152,7 +152,6 @@ namespace WebAPI.Controllers .Where(x => x.Records!.Any(x => x.Code == "Type" && x.Desc1 == "ImportWorker") && x.Records!.Any(x => x.Code == "IsEnabled" && x.Desc1 == "True") - && x.Number == 539 ) .OrderBy(x => x.CreatedAt) .ToList();