mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
⚡ Return all fields by default
This commit is contained in:
parent
fe97bf6619
commit
0e03ab7e79
|
@ -121,8 +121,6 @@ export class AirtableTrigger implements INodeType {
|
|||
|
||||
const endDate = now;
|
||||
|
||||
qs['fields[]'] = [triggerField];
|
||||
|
||||
if (additionalFields.viewId) {
|
||||
qs.view = additionalFields.viewId;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue