Skip to content

Commit b6a151c

Browse files
author
mwatson
committed
Whoops, HttpClient was supposed to be null to start
1 parent c2a3f0c commit b6a151c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Src/StackifyLib/Internal/Metrics/MetricClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace StackifyLib.Internal.Metrics
1212
{
1313
public static class MetricClient
1414
{
15-
private static HttpClient _HttpClient = new HttpClient(null, null);
15+
private static HttpClient _HttpClient = null;
1616

1717
private static HttpClient HttpClient
1818
{

Src/StackifyLib/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.25.0",
2+
"version": "1.25.0-beta1",
33

44
"title": "Stackify API",
55

0 commit comments

Comments
 (0)