mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-17 00:56:22 +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);
|
||||
|
||||
commandCounter++;
|
||||
let url = 'http://' + host + '/' + command;
|
||||
let response = makeRequest(url, data);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user