Skip to content

Commit 8ce203c

Browse files
authored
Merge pull request #4511 from communitybridge/unicron-gerrit-return-url
Gerrit return URL
2 parents 5c80b55 + 5e9653d commit 8ce203c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cla-backend-go/v2/sign/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2343,7 +2343,7 @@ func (s *service) RequestIndividualSignatureGerrit(ctx context.Context, input *m
23432343
return nil, errors.New("no gerrits found for project")
23442344
}
23452345

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

23492349
if latestSignature != nil {

0 commit comments

Comments
 (0)