mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
a102
This commit is contained in:
parent
16082c6231
commit
69b4cc179e
|
@ -1031,7 +1031,7 @@ export class Mattermost implements INodeType {
|
|||
//console.dir(attachments);
|
||||
console.log(util.inspect(attachments, false, null, true /* enable colors */));
|
||||
console.log('&&&&');
|
||||
/*
|
||||
|
||||
var arr = attachments;
|
||||
|
||||
for (const att of arr) {
|
||||
|
@ -1057,7 +1057,7 @@ export class Mattermost implements INodeType {
|
|||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
body.props = {
|
||||
attachments,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue