mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
fix(llm): well this has been using the wrong value the whole time
This commit is contained in:
parent
313c624871
commit
0ce5307c0b
@ -188,7 +188,7 @@ async function getSession(req: Request, res: Response) {
|
||||
*/
|
||||
async function updateSession(req: Request, res: Response) {
|
||||
// Get the chat using chatStorageService directly
|
||||
const chatNoteId = req.params.chatNoteId;
|
||||
const chatNoteId = req.params.sessionId;
|
||||
const updates = req.body;
|
||||
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user