diff --git a/BTCPayServer.Rating/Providers/HttpClientRequestMaker.cs b/BTCPayServer.Rating/Providers/HttpClientRequestMaker.cs index 17fccf327..94fd517f4 100644 --- a/BTCPayServer.Rating/Providers/HttpClientRequestMaker.cs +++ b/BTCPayServer.Rating/Providers/HttpClientRequestMaker.cs @@ -196,6 +196,7 @@ namespace BTCPayServer.Services.Rates throw new APIException(text); } api.ProcessResponse(new InternalHttpWebResponse(webHttpResponse)); + #nullable enable Action? requestStateChanged = RequestStateChanged; if (requestStateChanged != null) {