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 795b5c2 commit 6521c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/VTEX.Health/VtexHealthClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public VtexHealthClient(ILoggerFactory loggerFactory, IHttpClientFactory httpCli
}

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

Check failure on line 58 in Src/VTEX.Health/VtexHealthClient.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

Invalid expression term '}'

Check failure on line 58 in Src/VTEX.Health/VtexHealthClient.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

; expected

Check failure on line 58 in Src/VTEX.Health/VtexHealthClient.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

Invalid expression term '}'

Check failure on line 58 in Src/VTEX.Health/VtexHealthClient.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

; expected

Check failure on line 58 in Src/VTEX.Health/VtexHealthClient.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

Invalid expression term '}'

Check failure on line 58 in Src/VTEX.Health/VtexHealthClient.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

; expected

Check failure on line 58 in Src/VTEX.Health/VtexHealthClient.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

Invalid expression term '}'

Check failure on line 58 in Src/VTEX.Health/VtexHealthClient.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

; expected

Check failure on line 58 in Src/VTEX.Health/VtexHealthClient.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

Invalid expression term '}'

Check failure on line 58 in Src/VTEX.Health/VtexHealthClient.cs

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

; expected
}

#endregion
Expand Down

0 comments on commit 6521c84

Please sign in to comment.