mirror of
https://github.com/go-gitea/gitea
synced 2025-07-04 17:47:19 +00:00
LableIDs -> LabelIDs (#1088)
This commit is contained in:
@ -600,7 +600,7 @@ func NewPullRequest(repo *Repository, pull *Issue, labelIDs []int64, uuids []str
|
||||
if err = newIssue(sess, pull.Poster, NewIssueOptions{
|
||||
Repo: repo,
|
||||
Issue: pull,
|
||||
LableIDs: labelIDs,
|
||||
LabelIDs: labelIDs,
|
||||
Attachments: uuids,
|
||||
IsPull: true,
|
||||
}); err != nil {
|
||||
|
Reference in New Issue
Block a user