This commit is contained in:
Jasder 2020-05-22 12:32:45 +08:00
parent 19bb95b1a4
commit 212d8f8f60
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@ json.array! @entries do |entry|
json.content entry['content'] json.content entry['content']
json.target entry['target'] json.target entry['target']
end end
json.commit entry['last_commit'] json.commit entry['latest_commit']
end end