fix minor crash in generative design example fetch

This commit is contained in:
Cassie Tarakajian 2018-02-15 15:32:57 -05:00
parent 1969c48cce
commit 7c421d5e15

View file

@ -450,8 +450,6 @@ function createProjectsInP5user(newProjectList) {
sketchCallback();
});
});
}).catch((err) => {
throw err;
});
}