mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-19 18:08:30 +00:00
fix js code
This commit is contained in:
parent
ba2309a540
commit
9bcfa35bba
@ -239,7 +239,6 @@ function sendRequest(command, data, host = sessionHost) {
|
|||||||
|
|
||||||
data = Object.assign({}, data, sessionId ? {sessionId} : null);
|
data = Object.assign({}, data, sessionId ? {sessionId} : null);
|
||||||
|
|
||||||
commandCounter++;
|
|
||||||
let url = 'http://' + host + '/' + command;
|
let url = 'http://' + host + '/' + command;
|
||||||
let response = makeRequest(url, data);
|
let response = makeRequest(url, data);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user