mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-16 21:03:22 +08:00
Fix lint error (#209)
This commit is contained in:
parent
adcc618b42
commit
0a73b6fca8
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user