mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-06-04 14:51:21 +00:00
Add missing await
This commit is contained in:
@@ -263,7 +263,7 @@ export class MjolnirManager {
|
||||
// Start each batch in parallel.
|
||||
await Promise.allSettled(batches.map(async (batch) => {
|
||||
// Start each mjolnir in the batch in parallel.
|
||||
Promise.allSettled(batch.map(async (mjolnirRecord) => {
|
||||
await Promise.allSettled(batch.map(async (mjolnirRecord) => {
|
||||
await this.startMjolnir(mjolnirRecord);
|
||||
}));
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user