mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
a120
This commit is contained in:
parent
fef33ce9e7
commit
22aac3fe79
|
@ -1020,6 +1020,7 @@ export class Mattermost implements INodeType {
|
||||||
// Move the field-content up
|
// Move the field-content up
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
attachment.actions = attachment.actions.item;
|
attachment.actions = attachment.actions.item;
|
||||||
|
console.log(attachment.actions.integrations.item[0].url );
|
||||||
} else {
|
} else {
|
||||||
// If it does not have any items set remove it
|
// If it does not have any items set remove it
|
||||||
delete attachment.actions;
|
delete attachment.actions;
|
||||||
|
@ -1059,7 +1060,7 @@ export class Mattermost implements INodeType {
|
||||||
};
|
};
|
||||||
|
|
||||||
body.props = {
|
body.props = {
|
||||||
arr[0],
|
attachments,
|
||||||
};
|
};
|
||||||
|
|
||||||
//console.log('####');
|
//console.log('####');
|
||||||
|
|
Loading…
Reference in a new issue