diff --git a/services/pull/pull.go b/services/pull/pull.go index cba94a711f..9c518ef543 100644 --- a/services/pull/pull.go +++ b/services/pull/pull.go @@ -184,7 +184,6 @@ func NewPullRequest(ctx context.Context, repo *repo_model.Repository, issue *iss return err } } - return nil }); err != nil { // cleanup: this will only remove the reference, the real commit will be clean up when next GC