update lookup object on edit

This commit is contained in:
2020-12-22 21:27:17 -05:00
parent 7053536353
commit bce23ab9fe
3 changed files with 33 additions and 33 deletions
-1
View File
@@ -53,7 +53,6 @@ class SocketServerJson {
clientSocket.on('data', function(data){
buffer += data.toString();
try{
console.log('buffer', buffer)
instance.onData.call(JSON.parse(data), clientSocket)
buffer = ''
// clientSocket.write(JSON.stringify(Host.lookUp(buffer)|| {host: 'none'}));