Commit 03247eae authored by Stan Hu's avatar Stan Hu

Resolve conflicts in app/finders/merge_requests_finder.rb

parent cbf9b7ce
......@@ -33,7 +33,6 @@ class MergeRequestsFinder < IssuableFinder
private
<<<<<<< HEAD
def by_assignee(items)
if assignee
items = items.where(assignee_id: assignee.id)
......@@ -46,8 +45,6 @@ class MergeRequestsFinder < IssuableFinder
items
end
=======
>>>>>>> upstream/master
def source_branch
@source_branch ||= params[:source_branch].presence
end
......
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