Skip to content

Commit ff8366a

Browse files
This is not needed according to AI
Signed-off-by: Lukasz Gryglicki <lgryglicki@cncf.io> Assisted by [OpenAI](https://platform.openai.com/) Assisted by [GitHub Copilot](https://github.com/features/copilot)
1 parent c7c544f commit ff8366a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cla-backend-legacy/internal/api/handlers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9538,7 +9538,7 @@ func (h *Handlers) GetReturnUrlV2(w http.ResponseWriter, r *http.Request) {
95389538
}
95399539

95409540
if returnURL := getAttrString(sig, "signature_return_url"); returnURL != "" {
9541-
h.refreshGitHubChangeRequestBeforeReturn(ctx, signatureID, sig)
9541+
// h.refreshGitHubChangeRequestBeforeReturn(ctx, signatureID, sig)
95429542
// Legacy Python (cla/controllers/signing.py::return_url) has an eventual-consistency wait loop
95439543
// for v2 company signatures: it checks that all CLA managers listed in signature_acl have
95449544
// the "cla-manager" role assigned (via platform org service scopes) before redirecting.

0 commit comments

Comments
 (0)