回答編集履歴

1

テキスト修正

2019/12/17 14:38

投稿

jun68ykt
jun68ykt

スコア9058

test CHANGED
@@ -50,7 +50,7 @@
50
50
 
51
51
  const articlesByUsers = Object.entries(
52
52
 
53
- _.groupBy(articles, a => a.user.account_name)
53
+ _.groupBy(articles, 'user.account_name')
54
54
 
55
55
  ).map(([account_name, articles]) => ({
56
56