mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
chore: remove additional fields
This commit is contained in:
parent
f3655db0e6
commit
092373f87e
|
@ -9,8 +9,6 @@ import type {
|
||||||
} from 'n8n-workflow';
|
} from 'n8n-workflow';
|
||||||
import { NodeConnectionType, NodeOperationError } from 'n8n-workflow';
|
import { NodeConnectionType, NodeOperationError } from 'n8n-workflow';
|
||||||
|
|
||||||
import { returnAllOrLimit } from '@utils/descriptions';
|
|
||||||
|
|
||||||
import {
|
import {
|
||||||
baserowApiRequest,
|
baserowApiRequest,
|
||||||
baserowApiRequestAllItems,
|
baserowApiRequestAllItems,
|
||||||
|
@ -104,7 +102,6 @@ export class BaserowTrigger implements INodeType {
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
...returnAllOrLimit,
|
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue