chore: lint fix
Some checks failed
Build / Build-and-ng-test (pull_request) Successful in 3m48s
Build / Build-and-test-development (pull_request) Has been cancelled

This commit is contained in:
allan
2025-07-07 14:51:04 +01:00
parent b0e827412e
commit bed5b320ad

View File

@@ -167,7 +167,7 @@ export class AutomaticComponent implements OnInit {
public async getAdminGroups() {
return new Promise<void>((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)
}
})
})
}