We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753361c commit 26b8e1aCopy full SHA for 26b8e1a
docs/sdks/tigris/snapshots-and-forks.mdx
@@ -119,7 +119,7 @@ const sourceBucketSnapshot = "1760550614083112540";
119
120
const fromSnapshot = await createBucket(forkName, {
121
sourceBucketName: sourceBucketName,
122
- sourceBucketSnapshot: sourceBucketSnapshotName,
+ sourceBucketSnapshot: sourceBucketSnapshot,
123
});
124
125
if (fromSnapshot.error) {
0 commit comments