mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-07-14 22:24:36 +08:00
项目贡献排行分页参数3年内
This commit is contained in:
@@ -26,7 +26,7 @@ class Api::V1::Projects::Contributors::StatService < ApplicationService
|
|||||||
access_token: token, page: page, limit: limit
|
access_token: token, page: page, limit: limit
|
||||||
}
|
}
|
||||||
param.merge!(branch: branch) if branch.present?
|
param.merge!(branch: branch) if branch.present?
|
||||||
param.merge!(pass_year: pass_year) if pass_year.present?
|
param.merge!(pass_year: @pass_year)
|
||||||
|
|
||||||
param
|
param
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user