Skip to content

Commit 5b9715e

Browse files
committed
make gists public
1 parent 7ca0619 commit 5b9715e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/gist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function createGist(content, state) {
2424
'state.json': { content: JSON.stringify(state) },
2525
},
2626
description: 'Code shared from https://engine262.js.org',
27-
public: false,
27+
public: true,
2828
}),
2929
})
3030
.then((r) => r.json());

0 commit comments

Comments
 (0)