mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 09:54:30 +01:00
Add nullable enable directive to HttpClientRequestMaker.MakeRequestAsync
This commit is contained in:
parent
bb12d37416
commit
23aaf794ef
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user