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 6521c84 commit 17963c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Src/VTEX.Health/VtexHealthClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public VtexHealthClient(ILoggerFactory loggerFactory, IHttpClientFactory httpCli
_logger = loggerFactory.CreateLogger<VtexHealthClient>();
_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 '}'
}
httpClientFactory?.CreateClient() ?? throw new ArgumentNullException(nameof(httpClientFactory));

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

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

Invalid token '.' in class, record, struct, or interface member declaration

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

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

; expected

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

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

Invalid token '??' in class, record, struct, or interface member declaration

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

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

Identifier expected

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

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

Syntax error, ',' expected

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

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

Tuple must contain at least two elements.

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

View workflow job for this annotation

GitHub Actions / Deep Source Coverage report

Identifier expected

#endregion

Expand Down

0 comments on commit 17963c8

Please sign in to comment.