fix minor crash in generative design example fetch
This commit is contained in:
parent
1969c48cce
commit
7c421d5e15
1 changed files with 0 additions and 2 deletions
|
@ -450,8 +450,6 @@ function createProjectsInP5user(newProjectList) {
|
||||||
sketchCallback();
|
sketchCallback();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}).catch((err) => {
|
|
||||||
throw err;
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue