mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-13 11:35:51 +01:00
Add nullable enable directive to HttpClientRequestMaker.MakeRequestAsync
This commit is contained in:
parent
bb12d37416
commit
23aaf794ef
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue