Fix bug and update

This commit is contained in:
Swift
2023-11-29 22:59:52 +03:30
parent bce43bda11
commit a6a8d6ad5a
25 changed files with 12654 additions and 15098 deletions
+1
View File
@@ -149,6 +149,7 @@ module.exports.get_all_tickets_for_admin = [
(req, res) => {
TicketConversation.find()
.sort({created_at: -1})
.limit(400)
.populate('user_id', userIdPopulation)
.exec((err, data) => {
if (err) return res500(res, err)