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
1 changed files with 1 additions and 1 deletions

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