try {
const users = await this.db.getUsers();
const essences = users.map(user => this.db.getEssences(user.uniqueId));
const wallets = await Promise.all(essences);
return wallets;
} catch(err) {
console.log(err);
}
}
просто вот тут у меня все ломается на моменте
const wallets = await Promise.all(essences);
я определенно что-то делаю не так, или ошибка не здесь?
Очередной криптостартап?
Обсуждают сегодня