Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
populate
const userConfirmationInfo = await emailConfirmation.findOne({}).populate('User')
.lean()
const userConfirmationInfo = await emailConfirmation.findOne({}).populate('User').lean()