From 11d87d3ab6e33e9408a149e3b645a5832ac570ee Mon Sep 17 00:00:00 2001 From: derv Date: Tue, 2 Jan 2024 19:21:11 -0500 Subject: [PATCH] troll --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(', ');