F
This commit is contained in:
parent
7cfbba237c
commit
b3b584c06a
1 changed files with 1 additions and 1 deletions
|
@ -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(', ');
|
||||
|
|
Loading…
Reference in a new issue