Skip to content

Commit

Permalink
Update Connections.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
kgsensei committed Jul 31, 2024
1 parent a3bdea0 commit 6a66303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Connections.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public static void UsageReport()

req.Headers.Add("origin", BuildEnvironment.PerfValidEndpoint);

//client.Send(req);
client.Send(req);
}

public static void ErrorReport(string? errorMessage = "Unknown", string? stackTrace = "Unknown")
Expand Down

0 comments on commit 6a66303

Please sign in to comment.