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