fix(Pipedrive Node): Resolve properties not working

This commit is contained in:
Michael Kret
2022-12-01 18:01:32 +02:00
committed by GitHub
parent e1b3b4d05a
commit c853b8078e
2 changed files with 16 additions and 13 deletions

View File

@@ -4900,7 +4900,7 @@ export class Pipedrive implements INodeType {
if (customProperties !== undefined) {
for (const item of returnData) {
await pipedriveResolveCustomProperties(customProperties, item);
pipedriveResolveCustomProperties(customProperties, item);
}
}