feat(chats): remove comment
This commit is contained in:
parent
799f4d6aee
commit
7d2344dc85
|
@ -10,8 +10,6 @@ router.get('/', async (_, res) => {
|
||||||
try {
|
try {
|
||||||
let chats = await db.query.chats.findMany();
|
let chats = await db.query.chats.findMany();
|
||||||
|
|
||||||
/* Reorder the chats (in opposite direction) */
|
|
||||||
|
|
||||||
chats = chats.reverse();
|
chats = chats.reverse();
|
||||||
|
|
||||||
return res.status(200).json({ chats: chats });
|
return res.status(200).json({ chats: chats });
|
||||||
|
|
Loading…
Reference in New Issue