This commit is contained in:
Miłosz Szewczak
2020-04-11 08:52:54 +02:00
committed by GitHub
parent 8e4e4f2fe2
commit 2988a2bdaf

View File

@@ -893,6 +893,10 @@ export class Mattermost implements INodeType {
} }
} }
console.log('&&&&');
console.dir(attachments);
console.log('&&&&');
body.props = { body.props = {
attachments, attachments,
}; };