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 490e657 + 50a0282 commit 1a11d37Copy full SHA for 1a11d37
src/lib/storage/StorageFileApi.ts
@@ -145,8 +145,7 @@ export class StorageFileApi {
145
{ expiresIn },
146
{ headers: this.headers }
147
)
148
- const signedUrl = `${this.url}${data.signedUrl}`
149
- data = { ...data, signedUrl }
+ data = { signedURL: `${this.url}${data.signedURL}` }
150
return { data, error: null }
151
} catch (error) {
152
return { data: null, error }
0 commit comments