mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-23 10:46:12 +01:00
chore: remove test code
This commit is contained in:
parent
331014cc98
commit
148052c473
2 changed files with 0 additions and 15 deletions
|
|
@ -45,8 +45,6 @@ async function indexSync() {
|
|||
return;
|
||||
}
|
||||
|
||||
logger.info('[indexSync] Starting index sync...');
|
||||
|
||||
const messageCount = await Message.countDocuments();
|
||||
const convoCount = await Conversation.countDocuments();
|
||||
const messages = await client.index('messages').getStats();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue