fix(Pipedrive Node): Resolve properties not working
This commit is contained in:
@@ -4900,7 +4900,7 @@ export class Pipedrive implements INodeType {
|
||||
|
||||
if (customProperties !== undefined) {
|
||||
for (const item of returnData) {
|
||||
await pipedriveResolveCustomProperties(customProperties, item);
|
||||
pipedriveResolveCustomProperties(customProperties, item);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user