update blank session cleanup code for now session store logic

This commit is contained in:
Alexis Purslane
2025-11-27 20:18:22 -05:00
parent 50676416ed
commit 96b88dbcdc
5 changed files with 2044 additions and 631 deletions

View File

@@ -152,7 +152,7 @@ export function useCommands(options: UseCommandsOptions) {
action: async () => {
const instance = activeInstance()
if (!instance) return
await cleanupBlankSessions(instance.id, undefined, true)
cleanupBlankSessions(instance.id, undefined, true)
},
})