mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +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()
|
@Injectable()
|
||||||
export class AuthenticationInterceptor implements HttpInterceptor {
|
export class AuthenticationInterceptor implements HttpInterceptor {
|
||||||
constructor(private authService: Authentication) {}
|
constructor(private readonly authService: Authentication) {}
|
||||||
|
|
||||||
intercept(
|
intercept(
|
||||||
req: HttpRequest<any>,
|
req: HttpRequest<any>,
|
||||||
|
|||||||
Reference in New Issue
Block a user