mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
test(XML Node): Unit tests (no-changelog)
This commit is contained in:
@@ -244,8 +244,7 @@ export class Xml implements INodeType {
|
||||
);
|
||||
}
|
||||
|
||||
// @ts-ignore
|
||||
const json = await parser.parseStringPromise(item.json[dataPropertyName]);
|
||||
const json = await parser.parseStringPromise(item.json[dataPropertyName] as string);
|
||||
returnData.push({ json });
|
||||
} else if (mode === 'jsonToxml') {
|
||||
const builder = new Builder(options);
|
||||
|
||||
Reference in New Issue
Block a user