Missing semicolon
This commit is contained in:
parent
a9065b1eae
commit
8f52dd4cf3
|
@ -56,7 +56,7 @@ const parseResponse = function(ipc, resBody){
|
||||||
delete receipts[jsonO.id];
|
delete receipts[jsonO.id];
|
||||||
delete commList[jsonO.id];
|
delete commList[jsonO.id];
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
exports.serve = function(ipc, host, port, ws){
|
exports.serve = function(ipc, host, port, ws){
|
||||||
let proxy = httpProxy.createProxyServer({
|
let proxy = httpProxy.createProxyServer({
|
||||||
|
|
Loading…
Reference in New Issue