Skip to content

Commit

Permalink
encode missing seq value
Browse files Browse the repository at this point in the history
  • Loading branch information
tantaman committed Sep 9, 2023
1 parent fb03181 commit 270be90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/direct-connect-common/src/msg/jsonEncode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ function encodeChanges(changes: readonly Change[]): readonly any[] {
c[4].toString(),
c[5].toString(),
c[6].toString(),
c[7],
];
});
}
Expand Down

0 comments on commit 270be90

Please sign in to comment.