This commit is contained in:
Miłosz Szewczak 2020-04-12 21:21:48 +02:00 committed by GitHub
parent fe033dd08c
commit 8bc30b2ab4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1033,7 +1033,7 @@ export class Mattermost implements INodeType {
console.log(util.inspect(attachments, false, null, true /* enable colors */)); console.log(util.inspect(attachments, false, null, true /* enable colors */));
console.log('&&&&'); console.log('&&&&');
var arr = attachments; const arr = attachments;
for (const att of arr) { for (const att of arr) {
if (Array.isArray(att.actions)) if (Array.isArray(att.actions))
@ -1067,7 +1067,7 @@ export class Mattermost implements INodeType {
body.props = { body.props = {
arr, attachments,
}; };
//console.log('####'); //console.log('####');