We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef45b8 commit 9ea7532Copy full SHA for 9ea7532
1 file changed
src/week2/cooking-pasta/1-cooking-pasta-promise.js
@@ -63,7 +63,6 @@ function main() {
63
.then(cutTomatoes)
64
.then(() => Promise.all([fryGarlic(), fryTomatoes(), heatWater()]))
65
.then(() => Promise.all([mixSauce(), cookPasta()]))
66
- .then(cookPasta)
67
.then(servePasta)
68
.then(() => {
69
clearInterval(timerId);
0 commit comments