diff --git a/app/controllers/sync_forge_controller.rb b/app/controllers/sync_forge_controller.rb index a6d266970..db44a3b8c 100644 --- a/app/controllers/sync_forge_controller.rb +++ b/app/controllers/sync_forge_controller.rb @@ -1,7 +1,7 @@ class SyncForgeController < ApplicationController # before_action :check_token - def + def sync_range_projects sync_counts = params[:sync_count] || 10 projects = Project.includes(:project_score, :repository) .where(is_public: true)