fix: remove require manager operate

This commit is contained in:
yystopf 2022-05-13 15:38:04 +08:00
parent 94881dd72a
commit 9e8c576ff6
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ class Traces::ProjectsController < Traces::BaseController
before_action :require_login
before_action :load_project
before_action :authorizate_user_can_edit_project!
# before_action :authorizate_user_can_edit_project!
def tasks
branch_name = params[:branch_name]