Skip to content

Commit

Permalink
Merge pull request #4508 from communitybridge/revert-4500-feature/ger…
Browse files Browse the repository at this point in the history
…rit-redirect

Revert "Bug/Gerrit Return URL"
  • Loading branch information
lukaszgryglicki authored Jan 8, 2025
2 parents c99d6ee + 69dfbc4 commit 1efc709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cla-backend-go/v2/sign/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -2343,8 +2343,8 @@ func (s *service) RequestIndividualSignatureGerrit(ctx context.Context, input *m
return nil, errors.New("no gerrits found for project")
}

returnURL := input.ReturnURL
log.WithFields(f).Debugf("returnURL: %s", input.ReturnURL)
returnURL := gerrits.List[0].GerritURL
log.WithFields(f).Debugf("returnURL: %s", returnURL)

if latestSignature != nil {
log.WithFields(f).Debugf("comparing latest signature document version: %s to latest document version: %s", latestSignature.SignatureDocumentMajorVersion, latestDocument.DocumentMajorVersion)
Expand Down

0 comments on commit 1efc709

Please sign in to comment.