diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-02-11 17:56:31 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-02-11 17:56:37 +0100 |
| commit | 06c873557d7842b015a4eb3e7ed02e27a6177824 (patch) | |
| tree | 93e96741908ebf3a7e737da510b2bf59c251928a /src/Enmarcha.Backend/Types | |
| parent | f977f0e3ec27cf0b26e4c96bebdfec2073c59c5d (diff) | |
fix: Normalize headsign handling and improve destination trimming in arrival processing
Diffstat (limited to 'src/Enmarcha.Backend/Types')
| -rw-r--r-- | src/Enmarcha.Backend/Types/Geoapify/GeoapifyModels.cs | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |
