Skip to content

Commit 73cc0a3

Browse files
unlisted by default
1 parent c7ac36f commit 73cc0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sandboxes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export class Sandboxes {
111111
opts: CreateSandboxTemplateSourceOpts & StartSandboxOpts
112112
) {
113113
const templateId = opts.id || this.defaultTemplateId;
114-
const privacy = opts.privacy || "public";
114+
const privacy = opts.privacy || "unlisted";
115115
const tags = opts.tags || ["sdk"];
116116
const path = opts.path || "/SDK";
117117

0 commit comments

Comments
 (0)