We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa0675 commit 372351dCopy full SHA for 372351d
1 file changed
src/components/files.js
@@ -55,7 +55,7 @@ export async function getFileUrl({secretKey, fileId, optimization}) {
55
return response;
56
}
57
58
-// Pass either fileUri (local file location), file or base64 string
+// Pass either: fileUri (local file location), file or base64 string
59
export async function uploadFile({
60
secretKey,
61
path,
0 commit comments