mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 03:01:10 +03:00
Forgot to make maxRecords optional now
This commit is contained in:
@@ -170,7 +170,7 @@ interface AirtableLoaderParams {
|
|||||||
}
|
}
|
||||||
|
|
||||||
interface AirtableLoaderRequest {
|
interface AirtableLoaderRequest {
|
||||||
maxRecords: number
|
maxRecords?: number
|
||||||
view: string | undefined
|
view: string | undefined
|
||||||
fields?: string[]
|
fields?: string[]
|
||||||
offset?: string
|
offset?: string
|
||||||
|
|||||||
Reference in New Issue
Block a user