mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
add9
This commit is contained in:
@@ -1012,7 +1012,7 @@ export class Mattermost implements INodeType {
|
||||
// If it does not have any items set remove it
|
||||
delete attachment.fields;
|
||||
}
|
||||
}
|
||||
};
|
||||
if (attachment.actions !== undefined) {
|
||||
if (attachment.actions.item !== undefined) {
|
||||
// Move the field-content up
|
||||
@@ -1022,7 +1022,7 @@ export class Mattermost implements INodeType {
|
||||
// If it does not have any items set remove it
|
||||
delete attachment.actions;
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
const util = require('util');
|
||||
console.log('&&&&');
|
||||
|
||||
Reference in New Issue
Block a user