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