mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-27 09:54:55 +01:00
Add nullable enable directive to HttpClientRequestMaker.MakeRequestAsync
This commit is contained in:
committed by
rockstardev
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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user