liuyu 4 лет назад
Родитель
Сommit
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,
     },
   },