From 2d59a0beb0fc65daade64c3eefeb5254d66733a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Tue, 9 Apr 2024 09:58:01 +0200 Subject: [PATCH] debug debug --- WebAPI/Controllers/LayersController.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/WebAPI/Controllers/LayersController.cs b/WebAPI/Controllers/LayersController.cs index 7cca622..b112911 100644 --- a/WebAPI/Controllers/LayersController.cs +++ b/WebAPI/Controllers/LayersController.cs @@ -153,7 +153,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 == 181 ) .OrderBy(x => x.CreatedAt) .ToList();