Skip to content

Commit 6cb9341

Browse files
Update src/routes/docs/products/storage/upload-download/+page.markdoc
Co-authored-by: Steven Nguyen <[email protected]>
1 parent c14b899 commit 6cb9341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/docs/products/storage/upload-download/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ const client = new Client()
851851

852852
const storage = new Storage(client);
853853

854-
const result = storage.getFileView('[BUCKET_ID]', '[FILE_ID]');
854+
const result = storage.getFileView('<BUCKET_ID>', '<FILE_ID>');
855855

856856
console.log(result); // Resource URL
857857
```

0 commit comments

Comments
 (0)