mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-09-13 13:01:33 +00:00
feat(chat-route): lint & beautify
This commit is contained in:
@@ -148,8 +148,7 @@ const handleHistorySave = async (
|
||||
})
|
||||
.execute();
|
||||
} else if (JSON.stringify(chat.files ?? []) != JSON.stringify(fileData)) {
|
||||
db
|
||||
.update(chats)
|
||||
db.update(chats)
|
||||
.set({
|
||||
files: files.map(getFileDetails),
|
||||
})
|
||||
|
Reference in New Issue
Block a user