1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

lint fixes

This commit is contained in:
Kyle Spearrin
2018-04-10 23:49:46 -04:00
parent 28bbbbd675
commit 78058c3591
15 changed files with 34 additions and 37 deletions

View File

@@ -26,7 +26,6 @@ import { SyncService } from 'jslib/abstractions/sync.service';
import { AutofillService } from '../../services/abstractions/autofill.service';
import { PopupUtilsService } from '../services/popup-utils.service';
import { setTimeout } from 'timers';
const BroadcasterSubscriptionId = 'CurrentTabComponent';
@@ -81,7 +80,6 @@ export class CurrentTabComponent implements OnInit, OnDestroy {
}
break;
case 'syncCompleted':
console.log('sync complete : ' + message.successfully);
if (message.successfully) {
await this.load();
}
@@ -91,7 +89,7 @@ export class CurrentTabComponent implements OnInit, OnDestroy {
}
this.changeDetectorRef.detectChanges();
})
});
});
if (!this.syncService.syncInProgress) {