added an extra line

This commit is contained in:
Christopher Arraya 2023-11-03 22:04:31 -04:00
parent edad18319a
commit b9ff1a35c2

View File

@ -269,13 +269,8 @@ Instructions: For each feature, we need to figure out what other features need t
);
});
await Promise.all(featurePromises)
.then((res) => {
console.log(res);
})
.catch((err) => {
console.error(err);
});
const tasks = await Promise.all(featurePromises);
console.log("all tasks", tasks);
}
async function generateTask(