mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
a103
This commit is contained in:
parent
45700e4768
commit
c3ee82fffd
|
@ -1047,8 +1047,8 @@ export class Mattermost implements INodeType {
|
|||
//console.log('connnnnn');
|
||||
var tmpcontex = {};
|
||||
for (const attactionintegprop of attactioninteg.context.conproperty ) {
|
||||
console.log(attactionintegprop);
|
||||
tmpcontex[attactionintegprop.name] = attactionintegprop.value;
|
||||
// console.log(attactionintegprop);
|
||||
Object.assign(tmpcontex, { [attactionintegprop.name] : attactionintegprop.value } );
|
||||
}
|
||||
delete attactioninteg.context ;
|
||||
attactioninteg.context = tmpcontex ;
|
||||
|
|
Loading…
Reference in a new issue