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');
|
||||
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 ;
|
||||
|
||||
Reference in New Issue
Block a user