mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-48934 Eslint v9 migration (#12110)
* update * update * update * working * cr * cr * update * use nx boundaries * fixes * fixes * fixes * cr * cr * update * update * update * cr * fix null * cr * cr * cr * cr * cr * update * update * update * update * update * remove some duplications * fix units
This commit is contained in:
@@ -25,7 +25,12 @@ export class CheckEnv {
|
||||
_alfrescoJsApi: AlfrescoApi;
|
||||
counter = 0;
|
||||
|
||||
constructor(private host: string, private username: string, private password: string, private clientId: string = 'alfresco') {}
|
||||
constructor(
|
||||
private readonly host: string,
|
||||
private readonly username: string,
|
||||
private readonly password: string,
|
||||
private readonly clientId: string = 'alfresco'
|
||||
) {}
|
||||
|
||||
async checkEnv() {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user