We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f8d43 commit bdc39fcCopy full SHA for bdc39fc
WebPush/WebPushClient.cs
@@ -49,9 +49,9 @@ protected HttpClient HttpClient
49
}
50
51
_isHttpClientInternallyCreated = true;
52
- _httpClient = (_httpClient = _httpClientHandler == null
+ _httpClient = _httpClientHandler == null
53
? new HttpClient()
54
- : new HttpClient(_httpClientHandler));
+ : new HttpClient(_httpClientHandler);
55
56
return _httpClient;
57
0 commit comments