Add nullable enable directive to HttpClientRequestMaker.MakeRequestAsync

This commit is contained in:
Umar Bolatov 2020-01-25 20:43:48 -08:00 committed by rockstardev
parent bb12d37416
commit 23aaf794ef

View File

@ -196,6 +196,7 @@ namespace BTCPayServer.Services.Rates
throw new APIException(text);
}
api.ProcessResponse(new InternalHttpWebResponse(webHttpResponse));
#nullable enable
Action<IAPIRequestMaker, RequestMakerState, object>? requestStateChanged = RequestStateChanged;
if (requestStateChanged != null)
{