mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
removed comment
This commit is contained in:
@@ -340,10 +340,6 @@ export class Wordpress implements INodeType {
|
|||||||
email,
|
email,
|
||||||
password,
|
password,
|
||||||
};
|
};
|
||||||
// if (operation === 'update') {
|
|
||||||
// const userId = this.getNodeParameter('userId', i) as number;
|
|
||||||
// body.id = userId;
|
|
||||||
// }
|
|
||||||
if (additionalFields.url) {
|
if (additionalFields.url) {
|
||||||
body.url = additionalFields.url as string;
|
body.url = additionalFields.url as string;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user