mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
add125
This commit is contained in:
parent
e616ab236c
commit
2de3249cfb
|
@ -1061,9 +1061,9 @@ export class Mattermost implements INodeType {
|
||||||
|
|
||||||
console.log('****111');
|
console.log('****111');
|
||||||
console.log(JSON.stringify(arr, null, 4));
|
console.log(JSON.stringify(arr, null, 4));
|
||||||
onsole.log('****222');
|
console.log('****222');
|
||||||
console.log(JSON.stringify(attachments, null, 4));
|
console.log(JSON.stringify(attachments, null, 4));
|
||||||
onsole.log('****222aaa');
|
console.log('****222aaa');
|
||||||
|
|
||||||
|
|
||||||
body.props = {
|
body.props = {
|
||||||
|
|
Loading…
Reference in a new issue