This commit is contained in:
derv 2024-01-02 17:39:33 -05:00
parent 2a4ac40ee2
commit 020e3ca909

View file

@ -22,7 +22,7 @@ async function genTree(treeId) {
}
async function main() {
await genTree("945978970"); // latest project
await genTree("946085840"); // latest project
await genTree("654605857"); // tree bug here, unavoidable without jank
console.log(entries)
document.querySelector('.contributors').textContent = Object.keys(users).join(', ');