mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
add 131
This commit is contained in:
parent
fe033dd08c
commit
8bc30b2ab4
|
@ -1033,7 +1033,7 @@ export class Mattermost implements INodeType {
|
|||
console.log(util.inspect(attachments, false, null, true /* enable colors */));
|
||||
console.log('&&&&');
|
||||
|
||||
var arr = attachments;
|
||||
const arr = attachments;
|
||||
|
||||
for (const att of arr) {
|
||||
if (Array.isArray(att.actions))
|
||||
|
@ -1067,7 +1067,7 @@ export class Mattermost implements INodeType {
|
|||
|
||||
|
||||
body.props = {
|
||||
arr,
|
||||
attachments,
|
||||
};
|
||||
|
||||
//console.log('####');
|
||||
|
|
Loading…
Reference in a new issue