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.
2 parents 0402430 + a887b3d commit 63c9d0aCopy full SHA for 63c9d0a
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