回答編集履歴

1

2020/02/21 15:02

投稿

papinianus
papinianus

スコア12705

test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  if(question === 'しゃしん'){
20
20
 
21
- options.attachments = answer.map(id=> DriveApp.getFileById(id).getAs(MimeType.JPEG);
21
+ options.attachments = answer.map(id=> DriveApp.getFileById(id).getAs(MimeType.JPEG));
22
22
 
23
23
  }
24
24