ACS-8770: minor lint issue

This commit is contained in:
Anton Ramanovich
2025-06-23 10:07:40 +02:00
parent f63779cb15
commit 035d96c118

View File

@@ -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>,