From c1466c52fb6b7193a5d242bab21f263d4e3ca6d7 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 15 Jun 2020 15:04:43 +0200 Subject: [PATCH] Remove unused service --- client/src/app/search/channel-lazy-load.resolver.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/src/app/search/channel-lazy-load.resolver.ts b/client/src/app/search/channel-lazy-load.resolver.ts index 8be089cdd..5b6961e98 100644 --- a/client/src/app/search/channel-lazy-load.resolver.ts +++ b/client/src/app/search/channel-lazy-load.resolver.ts @@ -2,14 +2,12 @@ import { map } from 'rxjs/operators' import { Injectable } from '@angular/core' import { ActivatedRouteSnapshot, Resolve, Router } from '@angular/router' import { SearchService } from './search.service' -import { RedirectService } from '@app/core' @Injectable() export class ChannelLazyLoadResolver implements Resolve { constructor ( private router: Router, - private searchService: SearchService, - private redirectService: RedirectService + private searchService: SearchService ) { } resolve (route: ActivatedRouteSnapshot) { -- 2.41.0