From b3b584c06a43442c52914d115ed973ba6ad21e42 Mon Sep 17 00:00:00 2001 From: derv Date: Wed, 3 Jan 2024 10:07:58 -0500 Subject: [PATCH] F --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index b005cd7..aadba3e 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("946309808"); // latest project + await genTree("946321746"); // latest project await genTree("654605857"); // tree bug here, unavoidable without jank doThings = true; document.querySelector('.contributors').textContent = Object.keys(users).join(', ');