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