fix: sequence of note list

This commit is contained in:
Innei
2021-09-26 20:44:51 +08:00
parent 68d9934e1b
commit 9abd9c22c0

View File

@@ -170,7 +170,7 @@ export class NoteController {
select,
)
.limit(half - 1)
.sort({ created: -1 })
.sort({ created: 1 })
.lean()
const nextList = !half
? []