mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-36664 additional linting rules, cleanup (#11084)
This commit is contained in:
@@ -268,7 +268,7 @@ export class GroupCloudComponent implements OnInit, OnChanges {
|
||||
if (this.isPreselectedGroupInvalid(group, validationResult)) {
|
||||
this.invalidGroups.push(group);
|
||||
}
|
||||
} catch (error) {
|
||||
} catch {
|
||||
this.invalidGroups.push(group);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user