mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 21:07:28 -08:00
fix(Baserow Node): Fix issue with get all not correctly using filters (#5519)
This commit is contained in:
parent
1c476770a7
commit
ee21b7a1cf
|
@ -177,7 +177,7 @@ export class Baserow implements INodeType {
|
|||
|
||||
const { order, filters, filterType, search } = this.getNodeParameter(
|
||||
'additionalOptions',
|
||||
0,
|
||||
i,
|
||||
) as GetAllAdditionalOptions;
|
||||
|
||||
const qs: IDataObject = {};
|
||||
|
|
Loading…
Reference in a new issue