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,
     },
   },