mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
consolelog add
This commit is contained in:
@@ -875,7 +875,7 @@ export class Mattermost implements INodeType {
|
|||||||
body.message = this.getNodeParameter('message', i) as string;
|
body.message = this.getNodeParameter('message', i) as string;
|
||||||
|
|
||||||
const attachments = this.getNodeParameter('attachments', i, []) as unknown as IAttachment[];
|
const attachments = this.getNodeParameter('attachments', i, []) as unknown as IAttachment[];
|
||||||
|
console.log(attachments);
|
||||||
// The node does save the fields data differently than the API
|
// The node does save the fields data differently than the API
|
||||||
// expects so fix the data befre we send the request
|
// expects so fix the data befre we send the request
|
||||||
for (const attachment of attachments) {
|
for (const attachment of attachments) {
|
||||||
|
|||||||
Reference in New Issue
Block a user