diff --git a/api/repo_api.py b/api/repo_api.py index 9950ec8..571f506 100644 --- a/api/repo_api.py +++ b/api/repo_api.py @@ -2627,8 +2627,7 @@ def git_get_commits(repo, branch): "message" : com.message, "committed_date" : com.committed_date, "tags" : tag_list, - "size" : com.size, - "stats_total" : com.stats.total + "size" : com.size } ] diff --git a/api/swagger.yaml b/api/swagger.yaml index 15dd8c7..975bb29 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -2320,21 +2320,6 @@ paths: tags: type: array example: ["updates"] - stats_total: - type: object - properties: - deletion: - type: int - example: 0 - files: - type: int - example: 1 - insertions: - type: int - example: 1 - lines: - type: int - example: 100 "500": description: "Excepción"