This commit is contained in:
sylor_huang@126.com 2020-08-12 15:43:55 +08:00
parent 82a9907fdc
commit 9ecea83506
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ class SyncForgeProjectJob < ApplicationJob
queue_as :default
def perform(sync_parmas)
sync_parmas.permit!
# sync_parmas.permit!
Rails.logger.info("=======begin to sync forge projects, and sync_parmas: #{sync_parmas}")
get_rand_user = rand_user
project_params = sync_parmas[:project]