From 904338ba1dfe850b8d1b4f500505ab430740d310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Tue, 7 Nov 2023 21:36:31 +0100 Subject: [PATCH] Processing - get all layers --- WebAPI/Controllers/LayersController.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/WebAPI/Controllers/LayersController.cs b/WebAPI/Controllers/LayersController.cs index ec8a143..4d0bb24 100644 --- a/WebAPI/Controllers/LayersController.cs +++ b/WebAPI/Controllers/LayersController.cs @@ -193,7 +193,6 @@ namespace WebAPI.Controllers .Where(x => x.Records!.Any(x => x.Code == "Type" && x.Desc1 == "ProcessWorker") && x.Records!.Any(x => x.Code == "IsEnabled" && x.Desc1 == "True") - && x.Number == 268 ) .OrderBy(x => x.CreatedAt) .ToList();