Nikolay Suslov 4 lat temu
rodzic
commit
831c22b3ed
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      index.js

+ 1 - 2
index.js

@@ -45,7 +45,6 @@ setInterval(function () {
     global.gun.get('server').get('heartbeat').get('tick').put(JSON.stringify(message),function(ack){
         if(ack.err){ 
             console.log('ERROR: ' + ack.err)
-             
         }});
 
-}, 50); //FIX ERR: syncing c
+}, 50);