mirror of
https://gitee.com/wanwujie/sub2api
synced 2026-04-25 17:14:45 +08:00
fix: resolve ineffassign lint error in onboard project_id logic
This commit is contained in:
@@ -284,6 +284,7 @@ func (s *AntigravityOAuthService) loadProjectIDWithRetry(ctx context.Context, ac
|
|||||||
return projectID, nil
|
return projectID, nil
|
||||||
} else if onboardErr != nil {
|
} else if onboardErr != nil {
|
||||||
lastErr = onboardErr
|
lastErr = onboardErr
|
||||||
|
continue
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user