新增:历史记录分页

This commit is contained in:
2024-05-09 13:41:46 +08:00
parent fd48f00097
commit e0b1d6fbb6
4 changed files with 20 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ class Reposync::GetLogsService < Reposync::ClientService
def call
result = get(url, request_params)
response = render_response(result)
response = render_list_response(result)
end
private