Commit 6225318a authored by Alex Kalderimis's avatar Alex Kalderimis

Add new project_id argument to IssuePlacementWorker

parent 7ae4af48
......@@ -13,7 +13,7 @@ class IssuePlacementWorker
QUERY_LIMIT = 100
# rubocop: disable CodeReuse/ActiveRecord
def perform(issue_id)
def perform(issue_id, project_id = nil)
issue = Issue.id_in(issue_id).first
return unless issue
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment