liuyu 4 lat temu
rodzic
commit
a8e318c2d9
1 zmienionych plików z 1 dodań i 1 usunięć
  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,
     },
   },