mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -220,7 +220,7 @@ export class Xml implements INodeType {
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
@@ -256,8 +256,8 @@ export class Xml implements INodeType {
|
||||
|
||||
items[itemIndex] = {
|
||||
json: {
|
||||
[dataPropertyName]: builder.buildObject(items[itemIndex].json)
|
||||
}
|
||||
[dataPropertyName]: builder.buildObject(items[itemIndex].json),
|
||||
},
|
||||
};
|
||||
} else {
|
||||
throw new Error(`The operation "${mode}" is not known!`);
|
||||
|
||||
Reference in New Issue
Block a user