Skip to content

Commit 77e83b9

Browse files
committed
fix: linter issues
1 parent a046140 commit 77e83b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wire/src/protocol.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export const parseMessage = <Params extends object>(
117117
// The + 5 is made up of 1 byte for readInt8 and 4 bytes for readUInt32BE
118118
if (bufferOffset + 5 > buf.length) {
119119
return {
120-
type: "IncompleteMessageError",
120+
type: 'IncompleteMessageError',
121121
messageName: message.name,
122122
};
123123
}

0 commit comments

Comments
 (0)