Skip to content

Commit 69c8fab

Browse files
authored
Revert "Use VssHttpClient instead of RawHttpClient (#2328)" (#2329)
This reverts commit edb3681.
1 parent edb3681 commit 69c8fab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Sdk/WebApi/WebApi/ResultsHttpClient.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
using System.Threading.Tasks;
77
using GitHub.Services.Results.Contracts;
88
using System.Net.Http.Formatting;
9-
using GitHub.Services.WebApi;
9+
using Sdk.WebApi.WebApi;
1010

1111
namespace GitHub.Services.Results.Client
1212
{
13-
public class ResultsHttpClient : VssHttpClientBase
13+
public class ResultsHttpClient : RawHttpClientBase
1414
{
1515
public ResultsHttpClient(
1616
Uri baseUrl,

0 commit comments

Comments
 (0)