回答編集履歴
1
あ
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
|
|