Skip to content

Commit

Permalink
Update Src/VTEX.Health/VtexHealthClient.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-ai[bot] authored Jan 9, 2025
1 parent 17963c8 commit 9846c26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Src/VTEX.Health/VtexHealthClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ public VtexHealthClient(ILoggerFactory loggerFactory, IHttpClientFactory httpCli
}

_logger = loggerFactory.CreateLogger<VtexHealthClient>();
_httpClient =
}
_httpClient = httpClientFactory?.CreateClient() ?? throw new ArgumentNullException(nameof(httpClientFactory));
httpClientFactory?.CreateClient() ?? throw new ArgumentNullException(nameof(httpClientFactory));

#endregion
Expand Down

0 comments on commit 9846c26

Please sign in to comment.