removed comment

This commit is contained in:
Ricardo Espinoza 2020-01-03 14:42:41 -05:00
parent 770dd8b25c
commit 76186cfe88

View file

@ -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;
}