This commit is contained in:
Swift
2023-08-18 01:00:29 +03:30
parent 53843207cc
commit b49ea0537f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ module.exports.get_one_ticket = [
module.exports.get_all_tickets_for_admin = [
(req, res) => {
TicketConversation.find({})
TicketConversation.find()
.populate('user_id', userIdPopulation)
.exec((err, data) => {
if (err) return res500(res, err)