mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-24 13:45:44 +08:00
Repair
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
class SyncForgeController < ApplicationController
|
class SyncForgeController < ApplicationController
|
||||||
# before_action :check_token
|
# before_action :check_token
|
||||||
|
|
||||||
def
|
def sync_range_projects
|
||||||
sync_counts = params[:sync_count] || 10
|
sync_counts = params[:sync_count] || 10
|
||||||
projects = Project.includes(:project_score, :repository)
|
projects = Project.includes(:project_score, :repository)
|
||||||
.where(is_public: true)
|
.where(is_public: true)
|
||||||
|
|||||||
Reference in New Issue
Block a user