This commit is contained in:
2023-03-09 09:54:24 +08:00
parent edf60ca0a8
commit 2d7a0ef2e1
2 changed files with 2 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ class PullRequests::CreateService < ApplicationService
end
end
def issue_tag_ids
def attached_issue_ids
Array(@params[:attached_issue_ids])
end