diff --git a/js/app.js b/js/app.js index b248198..c05e232 100644 --- a/js/app.js +++ b/js/app.js @@ -22,7 +22,7 @@ async function genTree(treeId) { } async function main() { - await genTree("946085840"); // latest project + await genTree("946114669"); // latest project await genTree("654605857"); // tree bug here, unavoidable without jank console.log(entries) document.querySelector('.contributors').textContent = Object.keys(users).join(', ');