Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
carolcarpenter committed Nov 22, 2024
1 parent eb4ebfa commit d1f0789
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ import { IdentityProviderTypeCode } from '../code-types/code-types.models';

@Injectable()
export class ErrorInterceptor implements HttpInterceptor {
constructor(
private router: Router,
private dialog: MatDialog,
) {}
constructor(private router: Router, private dialog: MatDialog) {}

intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>> {
return next.handle(request).pipe(
Expand Down

0 comments on commit d1f0789

Please sign in to comment.