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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user