change2
This commit is contained in:
parent
0098ddcbd8
commit
858ead3464
|
@ -5,6 +5,7 @@ else
|
|||
json.total_count @hash_commit[:total_count]
|
||||
json.commits do
|
||||
json.array! @hash_commit[:body] do |commit|
|
||||
Rails.logger.info("#######______commit______#########{commit}")
|
||||
commiter = commit['committer']
|
||||
if commiter.present?
|
||||
commit_user = commiter['name']
|
||||
|
|
Loading…
Reference in New Issue