mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
ACS-8770: fix lint issue
This commit is contained in:
@@ -36,7 +36,7 @@ export const SHOULD_ADD_AUTH_TOKEN = new HttpContextToken<boolean>(() => false);
|
||||
|
||||
@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