回答編集履歴

1

a

2020/04/01 06:19

投稿

papinianus
papinianus

スコア12705

test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  GmailApp.getMessagesForThreads(GmailApp.search(searchKey,0,limit))
20
20
 
21
- .reduce((a,c)=>c.reduce((aa,cc)=>[...aa,cc],[]),[])
21
+ .reduce((a, c) => [...a,c.reduce((aa, cc) => [...aa, cc], [])], [])
22
22
 
23
23
  .forEach(m=>{
24
24