Explorar el Código

fix: auto sync

Gerald hace 6 años
padre
commit
ada9b9872f
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/background/sync/base.js

+ 1 - 2
src/background/sync/base.js

@@ -558,8 +558,7 @@ export function initialize() {
       services[name] = service;
     });
   }
-  const service = getService();
-  if (service) service.checkSync();
+  sync();
 }
 
 function syncOne(service) {