troll
This commit is contained in:
parent
a01ae4b72b
commit
11d87d3ab6
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ async function genTree(treeId) {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function main() {
|
async function main() {
|
||||||
await genTree("946085840"); // latest project
|
await genTree("946114669"); // latest project
|
||||||
await genTree("654605857"); // tree bug here, unavoidable without jank
|
await genTree("654605857"); // tree bug here, unavoidable without jank
|
||||||
console.log(entries)
|
console.log(entries)
|
||||||
document.querySelector('.contributors').textContent = Object.keys(users).join(', ');
|
document.querySelector('.contributors').textContent = Object.keys(users).join(', ');
|
||||||
|
|
Loading…
Reference in a new issue