Skip to content

Commit

Permalink
Temporary change.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaytak committed Aug 5, 2023
1 parent 9c2a7d1 commit 2bff4cf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public ClientCredentialRequest(

protected override async Task<AuthenticationResult> ExecuteAsync(CancellationToken cancellationToken)
{
string _ = "temporary";

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 '_' 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 2bff4cf

Please sign in to comment.