1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-09 09:24:25 +00:00

Revert unnecessary change

This commit is contained in:
Lunny Xiao 2024-08-29 12:55:03 -07:00
parent 0208f5bc4c
commit 3abb72946c
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A

View File

@ -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