mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
修复
This commit is contained in:
@@ -21,8 +21,8 @@ class Reposync::GetLogsService < Reposync::ClientService
|
|||||||
page_size: page_size,
|
page_size: page_size,
|
||||||
create_sort: true
|
create_sort: true
|
||||||
}
|
}
|
||||||
params.merge(repo_name: repo_name) if repo_name.present?
|
params.merge!(repo_name: repo_name) if repo_name.present?
|
||||||
params.merge(branch_id: branch_id) if branch_id.present?
|
params.merge!(branch_id: branch_id) if branch_id.present?
|
||||||
|
|
||||||
return params.stringify_keys
|
return params.stringify_keys
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user