diff --git a/app/controllers/sync_forge_controller.rb b/app/controllers/sync_forge_controller.rb index 373d75292..4674e3d33 100644 --- a/app/controllers/sync_forge_controller.rb +++ b/app/controllers/sync_forge_controller.rb @@ -2,7 +2,7 @@ class SyncForgeController < ApplicationController before_action :check_token def create - sync_params = params[:sync_params] + sync_params = params["sync_params"] sync_params = eval(sync_params) Rails.logger.info("========sync_params===#{sync_params}====")