ACS-8770: minor lint issue

This commit is contained in:
Anton Ramanovich
2025-07-21 13:36:17 +02:00
parent f63779cb15
commit 035d96c118
@@ -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>,