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