no message
This commit is contained in:
@@ -155,9 +155,6 @@ module.exports = {
|
||||
get: (e, id) => {
|
||||
const promise = new Promise((resolve, reject) => {
|
||||
ProfileModel.find({ _id: id })
|
||||
.populate({
|
||||
path: 'details'
|
||||
})
|
||||
.populate({
|
||||
path: 'messages',
|
||||
select: 'order text image isUser',
|
||||
|
||||
Reference in New Issue
Block a user