bug removed

- removed send functionality (as it required stdop)
This commit is contained in:
Sai Raj 2020-08-10 14:18:09 +05:30 committed by GitHub
parent a014157bc9
commit 5aa0bbe1bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -261,12 +261,6 @@
response = [false, error.message]
this.webSocket.send(`${requestor} ${JSON.stringify(response)}`)
}
} else {
var data = JSON.parse(evt.data)
if (this.serveAppList.includes(data.application))
floSupernode.sendData(JSON.stringify(data), data.receiverID)
.then(result => resolve(result))
.catch(error => reject(error))
}
};
this.webSocket.onerror = (evt) => {