mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
a102
This commit is contained in:
@@ -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,7 +1057,7 @@ export class Mattermost implements INodeType {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
body.props = {
|
body.props = {
|
||||||
attachments,
|
attachments,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user