Skip to content

Commit

Permalink
fix(frontend): remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Jan 8, 2025
1 parent 0018116 commit ae30979
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/app/services/unauthorized.interceptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
import { Observable, throwError } from 'rxjs';
import 'rxjs/add/operator/catch';
import 'rxjs/add/observable/empty';
import { replace } from '@librairies/cypress/types/lodash';

@Injectable()
export class UnauthorizedInterceptor implements HttpInterceptor {
Expand Down

0 comments on commit ae30979

Please sign in to comment.