Skip to content

Commit 45b8a96

Browse files
splitt3rCalK16
authored andcommitted
Remove unintended change
1 parent 906514e commit 45b8a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/pull/pull.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func getPullWorkingLockKey(prID int64) string {
4343
}
4444

4545
// NewPullRequest creates new pull request with labels for repository.
46-
func NewPullRequest(ctx context.Context, repo *repo_model.Repository, issue *issues_model.Issue, labelIDs []int64, uuids []string, pr *issues_model.PullRequest, assigneeIDs, reviewerIDs []int64) error {
46+
func NewPullRequest(ctx context.Context, repo *repo_model.Repository, issue *issues_model.Issue, labelIDs []int64, uuids []string, pr *issues_model.PullRequest, assigneeIDs []int64, reviewerIDs []int64) error {
4747
if err := issue.LoadPoster(ctx); err != nil {
4848
return err
4949
}

0 commit comments

Comments
 (0)