liuyu 4 년 전
부모
커밋
a8e318c2d9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/controller/.chat.js

+ 1 - 1
app/controller/.chat.js

@@ -30,7 +30,7 @@ module.exports = {
     options: {
       query: ["skip", "limit"],
       sort: ["meta.createdAt"],
-      desc: true,
+      asc: true,
       count: true,
     },
   },