fix attribution again
This commit is contained in:
parent
984b31014a
commit
ff8eece888
2 changed files with 4 additions and 3 deletions
|
@ -24,7 +24,8 @@ async function genTree(treeId) {
|
|||
let doThings = false;
|
||||
|
||||
async function main() {
|
||||
await genTree("988888888"); // latest project
|
||||
let latestData = await fetch("https://api.scratch.mit.edu/studios/34493018/projects").then(x => x.json());
|
||||
await genTree(latestData[0].id); // latest project
|
||||
await genTree("654605857"); // tree bug here, unavoidable without jank
|
||||
doThings = true;
|
||||
document.querySelector('.contributors').textContent = Object.keys(users).join(', ');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue