mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 11:50:49 +08:00
Repair
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user