Skip to content

Commit

Permalink
Remove unnecessary ""
Browse files Browse the repository at this point in the history
  • Loading branch information
bonustrack committed Jul 13, 2017
1 parent d9d2631 commit ee88e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/transports/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default class HttpTransport extends Transport {
const id = data.id || this.id++;
const payload = {
id,
"jsonrpc": '2.0',
jsonrpc: '2.0',
method: data.method,
params: data.params,
};
Expand Down

0 comments on commit ee88e81

Please sign in to comment.