[fix] Remove an extra sync call (#1657)

This commit is contained in:
Addison Beck 2022-05-10 13:42:16 -04:00 committed by GitHub
parent 136e8897ae
commit c5877cd063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ export class OrganizationOptionsComponent {
) {}
async ngOnInit() {
await this.syncService.fullSync(true);
await this.load();
}