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 ...@@ -17,7 +17,6 @@ module Search
@projects = super.inside_path(group.full_path) @projects = super.inside_path(group.full_path)
end end
<<<<<<< HEAD
# rubocop: disable CodeReuse/ActiveRecord # rubocop: disable CodeReuse/ActiveRecord
def elastic_projects def elastic_projects
...@@ -28,7 +27,5 @@ module Search ...@@ -28,7 +27,5 @@ module Search
def elastic_global def elastic_global
false false
end end
=======
>>>>>>> upstream/master
end end
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