diff options
Diffstat (limited to 'src/Enmarcha.Backend/Services/Processors/NextStopsProcessor.cs')
| -rw-r--r-- | src/Enmarcha.Backend/Services/Processors/NextStopsProcessor.cs | 2 |
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) |
