From 757960525576038898d655b630cbaac44671f599 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Sun, 22 Mar 2026 13:20:00 +0100 Subject: Add nextstopprocessing to Lugo, fix deleted stops breaking home page --- src/Enmarcha.Backend/Services/Processors/NextStopsProcessor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Enmarcha.Backend/Services/Processors') diff --git a/src/Enmarcha.Backend/Services/Processors/NextStopsProcessor.cs b/src/Enmarcha.Backend/Services/Processors/NextStopsProcessor.cs index 6a76fe3..517faae 100644 --- a/src/Enmarcha.Backend/Services/Processors/NextStopsProcessor.cs +++ b/src/Enmarcha.Backend/Services/Processors/NextStopsProcessor.cs @@ -54,7 +54,7 @@ public class NextStopsProcessor : IArrivalsProcessor { if (nextStops.Count == 0) return null; - if (feedId is "vitrasa" or "tranvias" or "tussa" or "ourense") + if (feedId is "vitrasa" or "tranvias" or "tussa" or "ourense" or "lugo") { var streets = nextStops .Select(FeedService.GetStreetName) -- cgit v1.3