mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
⚡ Fix vendor:getAll filter options
This commit is contained in:
parent
dbfe3b0b9a
commit
1a53815006
|
@ -1344,7 +1344,7 @@ export class ZohoCrm implements INodeType {
|
||||||
|
|
||||||
addGetAllFilterOptions(qs, options);
|
addGetAllFilterOptions(qs, options);
|
||||||
|
|
||||||
responseData = await handleListing.call(this, 'GET', '/sales_orders');
|
responseData = await handleListing.call(this, 'GET', '/vendors', {}, qs);
|
||||||
|
|
||||||
} else if (operation === 'update') {
|
} else if (operation === 'update') {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue