mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
Fix lint error (#209)
This commit is contained in:
@@ -76,7 +76,7 @@ export class SyncService implements SyncServiceAbstraction {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const now = new Date();
|
const now = new Date();
|
||||||
var needsSync = false;
|
let needsSync = false;
|
||||||
try {
|
try {
|
||||||
needsSync = await this.needsSyncing(forceSync);
|
needsSync = await this.needsSyncing(forceSync);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user