Skip to content

Commit cb8ff3d

Browse files
author
testikun
committed
fix(runtime): align compaction provenance and cancellation
1 parent f0a24f3 commit cb8ff3d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/runtime/src/history-compact-checkpoint-coordinator.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ function hasSameEffectiveCoverage(
167167
checkpointId: _checkpointId,
168168
createdAt: _createdAt,
169169
highWaterSeq: _highWaterSeq,
170+
previousCheckpointId: _previousCheckpointId,
170171
...rest
171172
} = checkpoint;
172173
return JSON.stringify(rest);

0 commit comments

Comments
 (0)