diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-16 13:01:36 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-16 13:01:36 +0100 |
| commit | 3ce586243a49f34b36d0fe4099bbfb2631610f11 (patch) | |
| tree | e1a654141bd8aef1852883aeef25392409c73891 /src/Enmarcha.Backend/Controllers/TileController.cs | |
| parent | 99005bce74288a415ac748414e0f8b522e207c93 (diff) | |
New marquee generation logic for Xunta
Diffstat (limited to 'src/Enmarcha.Backend/Controllers/TileController.cs')
| -rw-r--r-- | src/Enmarcha.Backend/Controllers/TileController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Enmarcha.Backend/Controllers/TileController.cs b/src/Enmarcha.Backend/Controllers/TileController.cs index 300f9db..bf89a08 100644 --- a/src/Enmarcha.Backend/Controllers/TileController.cs +++ b/src/Enmarcha.Backend/Controllers/TileController.cs @@ -125,7 +125,7 @@ public class TileController : ControllerBase { "feed", idParts[0] }, // The public identifier, usually feed:code or feed:id, recognisable by users and in other systems { "code", $"{idParts[0]}:{codeWithinFeed}" }, - { "name", _feedService.NormalizeStopName(feedId, stop.Name) }, + { "name", FeedService.NormalizeStopName(feedId, stop.Name) }, { "icon", GetIconNameForFeed(feedId) }, { "transitKind", GetTransitKind(feedId) } } |
