aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video-abuse/video-abuse.service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/video-abuse/video-abuse.service.ts')
-rw-r--r--client/src/app/shared/video-abuse/video-abuse.service.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/shared/video-abuse/video-abuse.service.ts b/client/src/app/shared/video-abuse/video-abuse.service.ts
index a39ad31d4..1ab6b5376 100644
--- a/client/src/app/shared/video-abuse/video-abuse.service.ts
+++ b/client/src/app/shared/video-abuse/video-abuse.service.ts
@@ -32,7 +32,6 @@ export class VideoAbuseService {
32 32
33 return this.authHttp.get<ResultList<VideoAbuse>>(url, { params }) 33 return this.authHttp.get<ResultList<VideoAbuse>>(url, { params })
34 .pipe( 34 .pipe(
35 map(res => this.restExtractor.convertResultListDateToHuman(res)),
36 catchError(res => this.restExtractor.handleError(res)) 35 catchError(res => this.restExtractor.handleError(res))
37 ) 36 )
38 } 37 }