update latest project

This commit is contained in:
zeno 2024-03-24 18:56:30 -04:00
parent 23e0e298dd
commit e80470ce3f

View file

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