1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-29 04:29:32 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) {