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 0402430 commit a887b3dCopy full SHA for a887b3d
src/lib/storage/StorageFileApi.ts
@@ -37,7 +37,7 @@ export class StorageFileApi {
37
path: string,
38
file: File,
39
fileOptions?: FileOptions
40
- ): Promise<{ data: { message: string } | null; error: Error | null }> {
+ ): Promise<{ data: { Key: string } | null; error: Error | null }> {
41
try {
42
if (!isBrowser()) throw new Error('No browser detected.')
43
0 commit comments