mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
a126
This commit is contained in:
@@ -1020,7 +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 );
|
console.log(attachment.actions );
|
||||||
} 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;
|
||||||
|
|||||||
Reference in New Issue
Block a user