aboutsummaryrefslogtreecommitdiff
path: root/src/Enmarcha.Backend/Services/Processors
diff options
context:
space:
mode:
Diffstat (limited to 'src/Enmarcha.Backend/Services/Processors')
-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)