Skip to content
Snippets Groups Projects
Commit 1146cb53 authored by Justin Welch's avatar Justin Welch Committed by GitHub
Browse files

needs to be jsonrpc instead of json-rpc to match the spec

parent f7e66361
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ export default class HttpTransport extends Transport {
const id = data.id || this.id++;
const payload = {
id,
"json-rpc": '2.0',
"jsonrpc": '2.0',
method: data.method,
params: data.params,
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment