Browse Source

fix notice api

tags/v3.0.1
jasder 5 years ago
parent
commit
fc680b5372
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/statistic/active_developer_rank.json.jbuilder

+ 1
- 1
app/views/statistic/active_developer_rank.json.jbuilder View File

@@ -6,7 +6,7 @@ json.developers @active_developer_rank_query.each_with_index.to_a do |item, inde
json.login item["develop_name"]
json.name user.full_name
json.develop_projects projects do |project|
json.(project, :name, :identifier, :description)
json.(project, :name, :identifier)
end
json.total_commit_count item["total_count"]
json.active_commit_count item["active_count"]


Loading…
Cancel
Save