mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
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