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

+ 1 - 1
app/controller/dock/.dock_chat.js

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