fix: sequence of note list
This commit is contained in:
@@ -170,7 +170,7 @@ export class NoteController {
|
||||
select,
|
||||
)
|
||||
.limit(half - 1)
|
||||
.sort({ created: -1 })
|
||||
.sort({ created: 1 })
|
||||
.lean()
|
||||
const nextList = !half
|
||||
? []
|
||||
|
||||
Reference in New Issue
Block a user