fix(schedule): reconcile latest master contracts

This commit is contained in:
Tianyi Cui
2026-08-08 22:39:07 +08:00
parent 31e83f8ee7
commit 1f88085b53
35 changed files with 260 additions and 141 deletions
@@ -1125,8 +1125,7 @@ export class PersistenceCoordinator<TornMarker = unknown> {
/** Build one live controller whose write readiness retries the immutable initial prefix. */
private createLiveState(session: Session): LiveSessionState {
let live: LiveSessionState
live = {
const live: LiveSessionState = {
init: undefined,
writes: this.createWriteBehind(session, () => this.ensureInitialized(session, live)),
}