From 3abb72946c479d7b80415918f1677f44c16cea99 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Thu, 29 Aug 2024 12:55:03 -0700 Subject: [PATCH] Revert unnecessary change --- services/pull/pull.go | 1 - 1 file changed, 1 deletion(-) 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