mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
removed comment
This commit is contained in:
parent
770dd8b25c
commit
76186cfe88
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue