Skip to content

Commit

Permalink
Build break fix (#3948)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladsud authored Oct 15, 2020
1 parent 1d787d5 commit bf91cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/loader/container-loader/src/deltaManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ export class DeltaManager
const error = {
errorType: ContainerErrorType.dataCorruption,
message: "Two messages with same seq# and different payload!",
clientId: this.connection?.details.clientId,
clientId: this.connection?.clientId,
sequenceNumber: message.sequenceNumber,
message1,
message2,
Expand Down

0 comments on commit bf91cd7

Please sign in to comment.