aboutsummaryrefslogtreecommitdiff
path: root/src/Enmarcha.Backend/Services
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2026-03-22 13:20:00 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2026-03-22 13:20:00 +0100
commit757960525576038898d655b630cbaac44671f599 (patch)
tree8ac06ec119b29a331cfa8e5b234220048077533c /src/Enmarcha.Backend/Services
parent5f3e83939f334562c31ce570d7189e748c275ddf (diff)
Add nextstopprocessing to Lugo, fix deleted stops breaking home page
Diffstat (limited to 'src/Enmarcha.Backend/Services')
-rw-r--r--src/Enmarcha.Backend/Services/Processors/NextStopsProcessor.cs2
1 files changed, 1 insertions, 1 deletions
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)