Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
terencefan committed Sep 11, 2024
1 parent 473f872 commit aa04996
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Microsoft.Azure.SignalR.Common/Utilities/RestClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ public RestClient(IHttpClientFactory httpClientFactory, IPayloadContentBuilder c
{
}

// TODO: remove later
public RestClient() : this(HttpClientFactory.Instance)
{
}

public Task SendAsync(
RestApiEndpoint api,
HttpMethod httpMethod,
Expand Down

0 comments on commit aa04996

Please sign in to comment.