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 f10e77f commit 08827c8Copy full SHA for 08827c8
packages/server/src/koaJsonRpc/lib/RpcResponse.ts
@@ -19,7 +19,7 @@ export function jsonRespResult(id: string | number | null, result: unknown): IJs
19
}
20
21
if (result === undefined) {
22
- throw new Error('Missing result or error');
+ throw new Error('Missing result');
23
24
25
return { result, jsonrpc: '2.0', id };
0 commit comments