This commit is contained in:
derv 2024-01-02 19:21:11 -05:00
parent a01ae4b72b
commit 11d87d3ab6

View file

@ -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(', ');