Commit 044d3a01 authored by erio's avatar erio
Browse files

fix: suppress SA4006 unused value warning in Path A branch

parent 1fc9dd7b
......@@ -270,8 +270,7 @@ func (s *TokenRefreshService) refreshWithRetry(ctx context.Context, account *Acc
return s.refreshPolicy.handleAlreadyRefreshed()
} else {
account = result.Account
newCredentials = result.NewCredentials
// 统一 API 已设置 _token_version 并更新 DB,无需重复操作
_ = result.NewCredentials // 统一 API 已设置 _token_version 并更新 DB,无需重复操作
}
} else {
// 降级:直接调用 refresher(兼容旧路径)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment