Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
vladsud committed Apr 25, 2024
1 parent ba2a029 commit 6ee29a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime/container-runtime/src/containerRuntime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2668,7 +2668,7 @@ export class ContainerRuntime
// stashed ops flow. The compressor is stashed with these ops already processed.
// That said, in idCompressorMode === "delayed", we might not serialize ID compressor, and
// thus we need to process all the ops.
if (!(this.skipSavedCompressorOps && messageWithContext.savedOp)) {
if (!(this.skipSavedCompressorOps && messageWithContext.savedOp === true)) {
const range = messageWithContext.message.contents;
// Some other client turned on the id compressor. If we have not turned it on,
// put it in a pending queue and delay finalization.
Expand Down

0 comments on commit 6ee29a0

Please sign in to comment.