// Делаем запросы к суб категории await Object.keys(arrayState).map(async (item, index)=>{ console.dir(arrayState); let findCategory = await Category.find({id:{$in:[...arrayState[item].items]}}).lean(); console.dir(findCategory); newState[item]=findCategory; }); почему в newstate нечего не добовляеться? я так понимаю это из за асинков
makas, [11.10.19 19:42] привет народ! Подскажите плз из-за чего может быть ошибка в console.cloud.google при дэплое? ошибка :
Function 'telegramStart' is not defined in the provided module. Did you specify the correct target function to execute? Could not load the function, shutting down.
makas, [11.10.19 19:43] может кто-то сталкивался и знает нюансы