mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-02 23:23:45 +00:00
This commit is contained in:
@@ -281,7 +281,7 @@ export const SessionRoutes = lazy(() =>
|
||||
session.title = updates.title
|
||||
}
|
||||
if (updates.time?.archived !== undefined) session.time.archived = updates.time.archived
|
||||
})
|
||||
}, { touch: false })
|
||||
|
||||
return c.json(updatedSession)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user