mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-26 05:04:05 -08:00
add9
This commit is contained in:
parent
49b6b8a467
commit
bfc8186578
|
@ -1012,7 +1012,7 @@ export class Mattermost implements INodeType {
|
||||||
// If it does not have any items set remove it
|
// If it does not have any items set remove it
|
||||||
delete attachment.fields;
|
delete attachment.fields;
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
if (attachment.actions !== undefined) {
|
if (attachment.actions !== undefined) {
|
||||||
if (attachment.actions.item !== undefined) {
|
if (attachment.actions.item !== undefined) {
|
||||||
// Move the field-content up
|
// Move the field-content up
|
||||||
|
@ -1022,7 +1022,7 @@ export class Mattermost implements INodeType {
|
||||||
// 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;
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
const util = require('util');
|
const util = require('util');
|
||||||
console.log('&&&&');
|
console.log('&&&&');
|
||||||
|
|
Loading…
Reference in a new issue