Skip to content

Commit

Permalink
Trigger.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaytak committed Aug 2, 2023
1 parent 665201b commit 73f8bd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ internal class ClientCredentialRequest : RequestBase

protected override async Task<AuthenticationResult> ExecuteAsync(CancellationToken cancellationToken)
{
var temp = string.Empty;
var temp = "string";

Check warning on line 32 in src/client/Microsoft.Identity.Client/Internal/Requests/ClientCredentialRequest.cs

View workflow job for this annotation

GitHub Actions / Run performance benchmarks

The variable 'temp' is assigned but its value is never used
if (AuthenticationRequestParameters.Scope == null || AuthenticationRequestParameters.Scope.Count == 0)
{
throw new MsalClientException(
Expand Down

0 comments on commit 73f8bd2

Please sign in to comment.