fix interrupt
publish / publish (push) Has been cancelled

This commit is contained in:
Dax Raad
2025-07-07 16:12:47 -04:00
parent 9cad702612
commit 69ef316d7d
+2
View File
@@ -708,6 +708,8 @@ export namespace Session {
}
await updateMessage(next)
}
next.time.completed = Date.now()
await updateMessage(next)
return next
}