mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Migrate to @angular-eslint/prefer-inject and @typescript-eslint/prefer-readonly (#11665)
This commit is contained in:
@@ -64,7 +64,7 @@ export function buildCollectionParam(param: string[], collectionFormat: string):
|
||||
}
|
||||
|
||||
export class AlfrescoApiClient implements LegacyHttpClient {
|
||||
private eventEmitter = new EventEmitter();
|
||||
private readonly eventEmitter = new EventEmitter();
|
||||
|
||||
storage: Storage;
|
||||
host: string;
|
||||
|
||||
Reference in New Issue
Block a user