mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
[fix] Remove an extra sync call (#1657)
This commit is contained in:
@@ -35,7 +35,6 @@ export class OrganizationOptionsComponent {
|
|||||||
) {}
|
) {}
|
||||||
|
|
||||||
async ngOnInit() {
|
async ngOnInit() {
|
||||||
await this.syncService.fullSync(true);
|
|
||||||
await this.load();
|
await this.load();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user