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();
|
.execute();
|
||||||
} else if (JSON.stringify(chat.files ?? []) != JSON.stringify(fileData)) {
|
} else if (JSON.stringify(chat.files ?? []) != JSON.stringify(fileData)) {
|
||||||
db
|
db.update(chats)
|
||||||
.update(chats)
|
|
||||||
.set({
|
.set({
|
||||||
files: files.map(getFileDetails),
|
files: files.map(getFileDetails),
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user