Commit f7c2f348 authored by Stan Hu's avatar Stan Hu

Resolve conflicts in app/controllers/projects/autocomplete_sources_controller.rb

parent c14af009
# frozen_string_literal: true # frozen_string_literal: true
class Projects::AutocompleteSourcesController < Projects::ApplicationController class Projects::AutocompleteSourcesController < Projects::ApplicationController
<<<<<<< HEAD
prepend EE::Projects::AutocompleteSourcesController prepend EE::Projects::AutocompleteSourcesController
=======
>>>>>>> upstream/master
def members def members
render json: ::Projects::ParticipantsService.new(@project, current_user).execute(target) render json: ::Projects::ParticipantsService.new(@project, current_user).execute(target)
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