aboutsummaryrefslogtreecommitdiff
path: root/src/Enmarcha.Backend/Types
diff options
context:
space:
mode:
Diffstat (limited to 'src/Enmarcha.Backend/Types')
-rw-r--r--src/Enmarcha.Backend/Types/Geoapify/GeoapifyModels.cs4
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; }