diff options
Diffstat (limited to 'client/src/app/shared/overview')
-rw-r--r-- | client/src/app/shared/overview/overview.service.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/src/app/shared/overview/overview.service.ts b/client/src/app/shared/overview/overview.service.ts index 097079e6d..98dba2d97 100644 --- a/client/src/app/shared/overview/overview.service.ts +++ b/client/src/app/shared/overview/overview.service.ts | |||
@@ -5,7 +5,6 @@ import { forkJoin, Observable, of } from 'rxjs' | |||
5 | import { VideosOverview as VideosOverviewServer, peertubeTranslate } from '../../../../../shared/models' | 5 | import { VideosOverview as VideosOverviewServer, peertubeTranslate } from '../../../../../shared/models' |
6 | import { environment } from '../../../environments/environment' | 6 | import { environment } from '../../../environments/environment' |
7 | import { RestExtractor } from '../rest/rest-extractor.service' | 7 | import { RestExtractor } from '../rest/rest-extractor.service' |
8 | import { RestService } from '../rest/rest.service' | ||
9 | import { VideosOverview } from '@app/shared/overview/videos-overview.model' | 8 | import { VideosOverview } from '@app/shared/overview/videos-overview.model' |
10 | import { VideoService } from '@app/shared/video/video.service' | 9 | import { VideoService } from '@app/shared/video/video.service' |
11 | import { ServerService } from '@app/core' | 10 | import { ServerService } from '@app/core' |
@@ -18,7 +17,6 @@ export class OverviewService { | |||
18 | constructor ( | 17 | constructor ( |
19 | private authHttp: HttpClient, | 18 | private authHttp: HttpClient, |
20 | private restExtractor: RestExtractor, | 19 | private restExtractor: RestExtractor, |
21 | private restService: RestService, | ||
22 | private videosService: VideoService, | 20 | private videosService: VideoService, |
23 | private serverService: ServerService | 21 | private serverService: ServerService |
24 | ) {} | 22 | ) {} |