mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 20:54:07 -08:00
log2
This commit is contained in:
parent
59421ebe4d
commit
bda4b73375
|
@ -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);
|
||||
console.dir(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) {
|
||||
|
|
Loading…
Reference in a new issue