From c3e51f51b60c7b058d4127bf691daccc0d6fb927 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Thu, 3 Oct 2024 21:49:12 +0900 Subject: [PATCH] Fix warnings --- BTCPayServer.Abstractions/Models/UploadImageResultModel.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BTCPayServer.Abstractions/Models/UploadImageResultModel.cs b/BTCPayServer.Abstractions/Models/UploadImageResultModel.cs index 2c19af719..06735fe5a 100644 --- a/BTCPayServer.Abstractions/Models/UploadImageResultModel.cs +++ b/BTCPayServer.Abstractions/Models/UploadImageResultModel.cs @@ -1,3 +1,4 @@ +#nullable enable using System; using System.Collections.Generic; using System.Linq;