Explorar o código

fix: auto sync

Gerald %!s(int64=6) %!d(string=hai) anos
pai
achega
ada9b9872f
Modificáronse 1 ficheiros con 1 adicións e 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) {