forked from Trustie/forgeplus
Merge pull request 'fix bug' (#427) from KingChan/forgeplus:huawei_code_check into dev_osredm_server
This commit is contained in:
commit
07c9992b2a
|
|
@ -1,7 +1,7 @@
|
|||
class Api::V1::Projects::CodeCheckController < Api::V1::BaseController
|
||||
before_action :require_public_and_member_above
|
||||
before_action :load_project
|
||||
before_action :verification_with_setting('open_huawei_check_users')
|
||||
before_action -> { verification_with_setting('open_huawei_check_users') }
|
||||
|
||||
before_action do
|
||||
@client = Api::V1::Projects::CodecheckService.new(@project)
|
||||
|
|
|
|||
Loading…
Reference in New Issue