Skip to content

Commit

Permalink
Update MercyFork.Web/MercyForkApiClient.cs
Browse files Browse the repository at this point in the history
Co-authored-by: ArmoryNode <[email protected]>
  • Loading branch information
theyo and ArmoryNode authored Oct 8, 2024
1 parent 64af905 commit e2fc4a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MercyFork.Web/MercyForkApiClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public async Task<SearchRepoResult> GetRepos(RepoSearchCriteria searchCriteria)

var result = await httpClient.GetAsync(uri.ToString());

//var result = await httpClient.PostAsJsonAsync(baseUri.ToString(), searchCriteria);

if (result.IsSuccessStatusCode)
{
Expand Down

0 comments on commit e2fc4a3

Please sign in to comment.