Commit d63ccae9 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix conflict in app/services/search/group_service.rb

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 03045d47
......@@ -17,7 +17,6 @@ module Search
@projects = super.inside_path(group.full_path)
end
<<<<<<< HEAD
# rubocop: disable CodeReuse/ActiveRecord
def elastic_projects
......@@ -28,7 +27,5 @@ module Search
def elastic_global
false
end
=======
>>>>>>> upstream/master
end
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