1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

Fix lint error (#209)

This commit is contained in:
Chad Scharf
2020-11-23 12:21:45 -05:00
committed by GitHub
parent adcc618b42
commit 0a73b6fca8

View File

@@ -76,7 +76,7 @@ export class SyncService implements SyncServiceAbstraction {
}
const now = new Date();
var needsSync = false;
let needsSync = false;
try {
needsSync = await this.needsSyncing(forceSync);
} catch (e) {