Fix: pdf version (#853)
* doc * perf: mongo index * perf: chat item index * fix: packages
This commit is contained in:
@@ -36,10 +36,8 @@ export async function saveChat({
|
||||
try {
|
||||
const chat = await MongoChat.findOne(
|
||||
{
|
||||
chatId,
|
||||
teamId,
|
||||
tmbId,
|
||||
appId
|
||||
appId,
|
||||
chatId
|
||||
},
|
||||
'_id metadata'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user