Skip to content

Commit 0fdbe5f

Browse files
authored
API keys are no longer needed with apiary
1 parent 7556917 commit 0fdbe5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

participant/groupinfo.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ function getJSON(url) {
1414
// Note: those queries will get cached, thanks to getData
1515
function getW3CData(queryPath) {
1616
const apiURL = new URL(queryPath, W3C_APIURL);
17-
apiURL.searchParams.set("apikey", "esj1ar4rl3scks04kg8kkwo4kwc8ow4");
1817
apiURL.searchParams.set("embed", "1"); // grab everything
1918
return getJSON(apiURL).then(data => {
2019
if (data.pages && data.pages > 1 && data.page < data.pages) {

0 commit comments

Comments
 (0)