Nikolay Suslov 5 tahun lalu
induk
melakukan
831c22b3ed
1 mengubah file dengan 1 tambahan dan 2 penghapusan
  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);