mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
⚡ Minor improvement to Airtable-Node
This commit is contained in:
parent
330568dbdb
commit
68106a66e6
|
@ -145,7 +145,6 @@ export class AirtableTrigger implements INodeType {
|
||||||
webhookData.lastTimeChecked = endDate;
|
webhookData.lastTimeChecked = endDate;
|
||||||
|
|
||||||
if (Array.isArray(records) && records.length) {
|
if (Array.isArray(records) && records.length) {
|
||||||
|
|
||||||
return [this.helpers.returnJsonArray(records)];
|
return [this.helpers.returnJsonArray(records)];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue