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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ export class App {
},
order: {
createdDate: 'ASC'
},
}
})
return res.json(chatmessages)
})