This commit is contained in:
Miłosz Szewczak 2020-04-12 18:48:01 +02:00 committed by GitHub
parent 22aac3fe79
commit e616ab236c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1059,6 +1059,13 @@ export class Mattermost implements INodeType {
}
};
console.log('****111');
console.log(JSON.stringify(arr, null, 4));
onsole.log('****222');
console.log(JSON.stringify(attachments, null, 4));
onsole.log('****222aaa');
body.props = {
attachments,
};