From 59421ebe4df3c58cdf987e303a33574574884a9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=82osz=20Szewczak?= Date: Sat, 11 Apr 2020 07:57:34 +0200 Subject: [PATCH] consolelog add --- packages/nodes-base/nodes/Mattermost/Mattermost.node.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nodes-base/nodes/Mattermost/Mattermost.node.ts b/packages/nodes-base/nodes/Mattermost/Mattermost.node.ts index 5026955952..5f23515742 100644 --- a/packages/nodes-base/nodes/Mattermost/Mattermost.node.ts +++ b/packages/nodes-base/nodes/Mattermost/Mattermost.node.ts @@ -875,7 +875,7 @@ export class Mattermost implements INodeType { body.message = this.getNodeParameter('message', i) as string; const attachments = this.getNodeParameter('attachments', i, []) as unknown as IAttachment[]; - + console.log(attachments); // The node does save the fields data differently than the API // expects so fix the data befre we send the request for (const attachment of attachments) {