Skip to content

Commit 0b4fa21

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

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
@@ -611,7 +611,7 @@ const client = new Client()
611611

612612
const storage = new Storage(client);
613613

614-
const result = storage.getFileDownload('[BUCKET_ID]', '[FILE_ID]');
614+
const result = storage.getFileDownload('<BUCKET_ID>', '<FILE_ID>');
615615

616616
console.log(result); // Resource URL
617617
```

0 commit comments

Comments
 (0)