diff --git a/client/src/app/deploy/sections/automatic/automatic.component.ts b/client/src/app/deploy/sections/automatic/automatic.component.ts index 1c827cb..90d94ff 100644 --- a/client/src/app/deploy/sections/automatic/automatic.component.ts +++ b/client/src/app/deploy/sections/automatic/automatic.component.ts @@ -167,7 +167,7 @@ export class AutomaticComponent implements OnInit { public async getAdminGroups() { return new Promise((resolve, reject) => { this.adminGroupsLoading = true - this.sasViyaService + ;(this.sasViyaService .getAdminGroups() .subscribe((res: ViyaApiIdentities) => { this.adminGroupsLoading = false @@ -187,7 +187,7 @@ export class AutomaticComponent implements OnInit { this.eventService.showAbortModal('admin groups', err) reject(err) - } + }) }) }