This commit is contained in:
yystopf 2021-12-08 18:23:29 +08:00
parent 33e17e8439
commit 30eb1958c1
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ if @hash_commit.blank? || @project.educoder? #如果有状态值,则表示
json.type nil json.type nil
json.image_url commit['author']['image_url'] json.image_url commit['author']['image_url']
end end
json.commiter do json.committer do
json.id nil json.id nil
json.login commit['author']['username'] json.login commit['author']['username']
json.name commit['author']['username'] json.name commit['author']['username']