fix interrupt

This commit is contained in:
Dax Raad 2025-07-07 16:12:47 -04:00
parent f884766445
commit b478e5655c

View file

@ -708,6 +708,8 @@ export namespace Session {
}
await updateMessage(next)
}
next.time.completed = Date.now()
await updateMessage(next)
return next
}