We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3f030 commit 3a56d0aCopy full SHA for 3a56d0a
third_party/pyth/multisig-wh-message-builder/src/util.ts
@@ -90,7 +90,7 @@ async function send(
90
);
91
// @ts-ignore -- TransportStatusError is a constructor Function, not a Class
92
if (response.length !== 2)
93
- throw new TransportStatusError(StatusCodes.INCORRECT_DATA);
+ throw TransportStatusError(StatusCodes.INCORRECT_DATA);
94
95
p2 |= P2_EXTEND;
96
offset += MAX_PAYLOAD;
0 commit comments