mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-13 05:47:31 -08:00
log2
This commit is contained in:
parent
8e4e4f2fe2
commit
2988a2bdaf
|
@ -893,6 +893,10 @@ export class Mattermost implements INodeType {
|
|||
}
|
||||
}
|
||||
|
||||
console.log('&&&&');
|
||||
console.dir(attachments);
|
||||
console.log('&&&&');
|
||||
|
||||
body.props = {
|
||||
attachments,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue