We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cfe54b commit 45780d4Copy full SHA for 45780d4
src/lib/storage/StorageFileApi.ts
@@ -1,9 +1,9 @@
1
import { get, post, remove } from './fetch'
2
import { isBrowser } from './helpers'
3
-import { FileObject, FileOptions, Metadata, SearchOptions } from './types'
+import { FileObject, FileOptions, SearchOptions } from './types'
4
5
const DEFAULT_SEARCH_OPTIONS = {
6
- limit: 0,
+ limit: 100,
7
offset: 0,
8
sortBy: {
9
column: 'name',
0 commit comments