Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
wzh425 committed Sep 13, 2024
1 parent f09a966 commit ff20881
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public TokenProvider Generater()
if (_httpContextAccessor.HttpContext == null)
{
var accessToken = GetClientCredentialsTokenAsync().Result;
var a = 1;
return new TokenProvider { AccessToken = accessToken };
}

Expand Down

0 comments on commit ff20881

Please sign in to comment.