diff --git a/core/modules/syncer.js b/core/modules/syncer.js index 496e0339d..ed080af6a 100644 --- a/core/modules/syncer.js +++ b/core/modules/syncer.js @@ -65,10 +65,8 @@ function Syncer(options) { } // Get the login status this.getStatus(function (err,isLoggedIn) { - if(isLoggedIn) { - // Do a sync from the server - self.syncFromServer(); - } + // Do a sync from the server + self.syncFromServer(); }); }