From 06c873557d7842b015a4eb3e7ed02e27a6177824 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Wed, 11 Feb 2026 17:56:31 +0100 Subject: fix: Normalize headsign handling and improve destination trimming in arrival processing --- src/Enmarcha.Backend/Types/Geoapify/GeoapifyModels.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Enmarcha.Backend/Types') diff --git a/src/Enmarcha.Backend/Types/Geoapify/GeoapifyModels.cs b/src/Enmarcha.Backend/Types/Geoapify/GeoapifyModels.cs index ac692ca..a15e54e 100644 --- a/src/Enmarcha.Backend/Types/Geoapify/GeoapifyModels.cs +++ b/src/Enmarcha.Backend/Types/Geoapify/GeoapifyModels.cs @@ -1,7 +1,7 @@ -using System.Text.Json.Serialization; - namespace Enmarcha.Backend.Types.Geoapify; +#pragma warning disable CS8618 // Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable. + public class GeoapifyResult { public Result[] results { get; set; } -- cgit v1.3