mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -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(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('####');
|
||||||
|
|
Loading…
Reference in a new issue