[Server] Fix query performance
This commit is contained in:
parent
18ec136e1a
commit
b82eda5046
6 changed files with 11 additions and 11 deletions
|
|
@ -48,7 +48,7 @@ module.exports = (params, user) =>
|
|||
limit: limit,
|
||||
skip: offset,
|
||||
sort: {
|
||||
created_at: -1
|
||||
_id: -1
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue