From: Chocobozzz Date: Mon, 15 Jun 2020 13:04:43 +0000 (+0200) Subject: Remove unused service X-Git-Tag: v2.3.0-rc.1~156 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=c1466c52fb6b7193a5d242bab21f263d4e3ca6d7;hp=ff9c3d9b189a323c1da5fcee6178574481529225;p=github%2FChocobozzz%2FPeerTube.git Remove unused service --- 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) {