diff --git a/js/app.js b/js/app.js index bf7e30d..93a335b 100644 --- a/js/app.js +++ b/js/app.js @@ -24,7 +24,7 @@ async function genTree(treeId) { let doThings = false; async function main() { - await genTree("947222284"); // latest project + await genTree("988888888"); // latest project await genTree("654605857"); // tree bug here, unavoidable without jank doThings = true; document.querySelector('.contributors').textContent = Object.keys(users).join(', ');