mirror of
https://github.com/SkalaraAI/skalara-mvp.git
synced 2025-04-21 04:30:16 -04:00
added an extra line
This commit is contained in:
parent
edad18319a
commit
b9ff1a35c2
|
@ -269,13 +269,8 @@ Instructions: For each feature, we need to figure out what other features need t
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
await Promise.all(featurePromises)
|
const tasks = await Promise.all(featurePromises);
|
||||||
.then((res) => {
|
console.log("all tasks", tasks);
|
||||||
console.log(res);
|
|
||||||
})
|
|
||||||
.catch((err) => {
|
|
||||||
console.error(err);
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async function generateTask(
|
async function generateTask(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user