Skip to content

Commit d1ed527

Browse files
committed
feat: add snapshot docs for sdk
1 parent 78128ca commit d1ed527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sdks/tigris/snapshots-and-forks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ A list of snapshots for the bucket can be retrieved using the
7272
```ts
7373
import { listBucketSnapshots } from "@tigrisdata/storage";
7474

75-
const result = await listBucketSnapshots('llm-base');
75+
const result = await listBucketSnapshots("llm-base");
7676

7777
if (result.error) {
7878
console.error("Error listing snapshots:", result.error);

0 commit comments

Comments
 (0)