mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-08-06 15:58:34 +00:00
feat(chats): remove comment
This commit is contained in:
@ -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 });
|
||||||
|
Reference in New Issue
Block a user