"frontend/src/git@web.lueluesay.top:chenxi/sub2api.git" did not exist on "be56a282f2008a36f91955f25d8858114e6a1fa7"
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