mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
a103
This commit is contained in:
@@ -1047,8 +1047,8 @@ export class Mattermost implements INodeType {
|
|||||||
//console.log('connnnnn');
|
//console.log('connnnnn');
|
||||||
var tmpcontex = {};
|
var tmpcontex = {};
|
||||||
for (const attactionintegprop of attactioninteg.context.conproperty ) {
|
for (const attactionintegprop of attactioninteg.context.conproperty ) {
|
||||||
console.log(attactionintegprop);
|
// console.log(attactionintegprop);
|
||||||
tmpcontex[attactionintegprop.name] = attactionintegprop.value;
|
Object.assign(tmpcontex, { [attactionintegprop.name] : attactionintegprop.value } );
|
||||||
}
|
}
|
||||||
delete attactioninteg.context ;
|
delete attactioninteg.context ;
|
||||||
attactioninteg.context = tmpcontex ;
|
attactioninteg.context = tmpcontex ;
|
||||||
|
|||||||
Reference in New Issue
Block a user