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 7ca0619 commit 5b9715eCopy full SHA for 5b9715e
api/gist.js
@@ -24,7 +24,7 @@ function createGist(content, state) {
24
'state.json': { content: JSON.stringify(state) },
25
},
26
description: 'Code shared from https://engine262.js.org',
27
- public: false,
+ public: true,
28
}),
29
})
30
.then((r) => r.json());
0 commit comments