mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
ACS-8770: minor lint issue
This commit is contained in:
@@ -34,7 +34,7 @@ import { SHOULD_ADD_AUTH_TOKEN } from '@alfresco/adf-core/api';
|
||||
|
||||
@Injectable()
|
||||
export class AuthenticationInterceptor implements HttpInterceptor {
|
||||
constructor(private authService: Authentication) {}
|
||||
constructor(private readonly authService: Authentication) {}
|
||||
|
||||
intercept(
|
||||
req: HttpRequest<any>,
|
||||
|
Reference in New Issue
Block a user