Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
arealmaas committed Oct 8, 2024
1 parent 353138e commit de44087
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ public async Task<HealthCheckResult> CheckHealthAsync(
HealthCheckContext context,
CancellationToken cancellationToken = default)
{
// TODO: Denne har en sterk avhengighet på infrastruktur registreringen. Fiks
var client = _httpClientFactory.CreateClient("HealthCheckClient");
var client = _httpClientFactory.CreateClient();
var unhealthyEndpoints = new ConcurrentBag<string>();

var tasks = _endpoints.Select(async url =>
Expand Down

0 comments on commit de44087

Please sign in to comment.