From 2b898b0d1f825713fd3afb557c181583773d1293 Mon Sep 17 00:00:00 2001 From: viletyy Date: Sat, 6 Feb 2021 14:12:11 +0800 Subject: [PATCH] [FIX]remove description --- app/views/statistic/active_developer_rank.json.jbuilder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/statistic/active_developer_rank.json.jbuilder b/app/views/statistic/active_developer_rank.json.jbuilder index 5ff1b00db..03826feb9 100644 --- a/app/views/statistic/active_developer_rank.json.jbuilder +++ b/app/views/statistic/active_developer_rank.json.jbuilder @@ -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"]