This commit is contained in:
vilet.yy 2021-04-26 11:04:10 +08:00
parent d532dc7cf5
commit 96238c2e13
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ class Projects::AppliedTransferProjectsController < Projects::BaseController
end
def create
@applied_transfer_project = Projects::ApplyTransferService.call(current_user, @project, params[:owner_name])
@applied_transfer_project = Projects::ApplyTransferService.call(current_user, @project, params)
rescue Exception => e
uid_logger_error(e.message)
tip_exception(e.message)