diff --git a/src/modules/note/note.controller.ts b/src/modules/note/note.controller.ts index b986226b..93c7320a 100644 --- a/src/modules/note/note.controller.ts +++ b/src/modules/note/note.controller.ts @@ -170,7 +170,7 @@ export class NoteController { select, ) .limit(half - 1) - .sort({ created: -1 }) + .sort({ created: 1 }) .lean() const nextList = !half ? []