From ff20881a20f9f8ca5a5b98665aad95b1a9a6bae0 Mon Sep 17 00:00:00 2001 From: wzh425 Date: Fri, 13 Sep 2024 16:41:55 +0800 Subject: [PATCH] style --- .../Infrastructure/Authentication/TokenGenerater.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Services/Masa.Mc.Service/Infrastructure/Authentication/TokenGenerater.cs b/src/Services/Masa.Mc.Service/Infrastructure/Authentication/TokenGenerater.cs index 35c835a3..7a236991 100644 --- a/src/Services/Masa.Mc.Service/Infrastructure/Authentication/TokenGenerater.cs +++ b/src/Services/Masa.Mc.Service/Infrastructure/Authentication/TokenGenerater.cs @@ -38,7 +38,6 @@ public TokenProvider Generater() if (_httpContextAccessor.HttpContext == null) { var accessToken = GetClientCredentialsTokenAsync().Result; - var a = 1; return new TokenProvider { AccessToken = accessToken }; }