aboutsummaryrefslogtreecommitdiff
path: root/src/Enmarcha.Backend/Services/OtpService.cs
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2026-03-19 18:56:34 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2026-03-19 18:56:34 +0100
commitbee85bf92aab84087798ffa9f3f16336acef2fce (patch)
tree4fc8e2907e6618940cd9bdeb3da1a81172aab459 /src/Enmarcha.Backend/Services/OtpService.cs
parentfed5d57b9e5d3df7c34bccb7a120bfa274b2039a (diff)
Basic backoffice for alert management
Diffstat (limited to 'src/Enmarcha.Backend/Services/OtpService.cs')
-rw-r--r--src/Enmarcha.Backend/Services/OtpService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Enmarcha.Backend/Services/OtpService.cs b/src/Enmarcha.Backend/Services/OtpService.cs
index 8724cda..16ba029 100644
--- a/src/Enmarcha.Backend/Services/OtpService.cs
+++ b/src/Enmarcha.Backend/Services/OtpService.cs
@@ -125,7 +125,7 @@ public class OtpService
try
{
- var bbox = new StopTileRequestContent.Bbox(minLon, minLat, maxLon, maxLat);
+ var bbox = new StopTileRequestContent.TileRequestParams(minLon, minLat, maxLon, maxLat);
var query = StopTileRequestContent.Query(bbox);
var request = new HttpRequestMessage(HttpMethod.Post, $"{_config.OpenTripPlannerBaseUrl}/gtfs/v1");