ADD last message with entries api

This commit is contained in:
Jasder 2020-05-22 12:10:26 +08:00
parent e14e6230c7
commit bad1985b3d
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['commit'] json.commit entry['last_commit']
end end