This commit is contained in:
Miłosz Szewczak 2020-04-12 19:12:11 +02:00 committed by GitHub
parent 2de3249cfb
commit 640db18ab6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1020,7 +1020,7 @@ export class Mattermost implements INodeType {
// Move the field-content up
// @ts-ignore
attachment.actions = attachment.actions.item;
console.log(attachment.actions.integrations.item[0].url );
console.log(attachment.actions );
} else {
// If it does not have any items set remove it
delete attachment.actions;