Skip to content

fix(storage): resolve createSignedUrls return type mismatch#2474

Open
gourabsingha1 wants to merge 1 commit into
supabase:masterfrom
gourabsingha1:bugfix/create-signed-urls-type-mismatch
Open

fix(storage): resolve createSignedUrls return type mismatch#2474
gourabsingha1 wants to merge 1 commit into
supabase:masterfrom
gourabsingha1:bugfix/create-signed-urls-type-mismatch

Conversation

@gourabsingha1

Copy link
Copy Markdown

This PR fixes a type signature mismatch in createSignedUrls (reported in supabase/storage-js#169). The API response actually contains both signedURL (raw path) and signedUrl (fully qualified URL), but only signedUrl was defined in the TypeScript type signature. This PR updates the signature to correctly expose both fields to TypeScript consumers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant