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