Remove unused service
authorChocobozzz <me@florianbigard.com>
Mon, 15 Jun 2020 13:04:43 +0000 (15:04 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 15 Jun 2020 13:04:51 +0000 (15:04 +0200)
client/src/app/search/channel-lazy-load.resolver.ts

index 8be089cddd78c31854cf48fcf1eda4f199749881..5b6961e985e6e6588904a85378b6f0e28867a2f9 100644 (file)
@@ -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<any> {
   constructor (
     private router: Router,
-    private searchService: SearchService,
-    private redirectService: RedirectService
+    private searchService: SearchService
   ) { }
 
   resolve (route: ActivatedRouteSnapshot) {