mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-13 13:57:29 -08:00
add101
This commit is contained in:
parent
deae29647a
commit
16082c6231
|
@ -1031,7 +1031,7 @@ export class Mattermost implements INodeType {
|
||||||
//console.dir(attachments);
|
//console.dir(attachments);
|
||||||
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;
|
var arr = attachments;
|
||||||
|
|
||||||
for (const att of arr) {
|
for (const att of arr) {
|
||||||
|
@ -1057,9 +1057,9 @@ export class Mattermost implements INodeType {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
body.props = {
|
body.props = {
|
||||||
arr,
|
attachments,
|
||||||
};
|
};
|
||||||
|
|
||||||
//console.log('####');
|
//console.log('####');
|
||||||
|
|
Loading…
Reference in a new issue