Update index.ts

This commit is contained in:
Atish Amte
2023-07-16 01:06:38 +05:30
committed by GitHub
parent f893edcc02
commit 78ee45565f
+1 -1
View File
@@ -312,7 +312,7 @@ export class App {
}, },
order: { order: {
createdDate: 'ASC' createdDate: 'ASC'
}, }
}) })
return res.json(chatmessages) return res.json(chatmessages)
}) })