Nikolay Suslov 5 years ago
parent
commit
831c22b3ed
1 changed files with 1 additions and 2 deletions
  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);