[Server] Fix query performance
This commit is contained in:
@@ -48,7 +48,7 @@ module.exports = (params, user) =>
|
||||
limit: limit,
|
||||
skip: offset,
|
||||
sort: {
|
||||
created_at: -1
|
||||
_id: -1
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user