Skip to content

Commit c04ffdf

Browse files
fix
1 parent 9fd3edc commit c04ffdf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codesandbox/sdk",
3-
"version": "2.0.0-rc.7",
3+
"version": "2.0.0-rc.8",
44
"description": "The CodeSandbox SDK",
55
"author": "CodeSandbox",
66
"license": "MIT",

src/bin/commands/sandbox/fork.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export async function forkSandbox(sandboxId: string) {
77

88
const spinner = ora("Forking sandbox...").start();
99
const sandbox2 = await sdk.sandboxes.create({
10-
source: "template",
1110
id: sandboxId,
1211
});
1312
spinner.succeed("Sandbox forked successfully");

0 commit comments

Comments
 (0)