Missing semicolon

This commit is contained in:
Richard Ramos 2018-06-12 10:15:54 -04:00
parent a9065b1eae
commit 8f52dd4cf3
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ const parseResponse = function(ipc, resBody){
delete receipts[jsonO.id];
delete commList[jsonO.id];
}
}
};
exports.serve = function(ipc, host, port, ws){
let proxy = httpProxy.createProxyServer({