From 0db536f1e00e2f0c019b5ea3807f1d9125ff4f1d Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sun, 3 May 2020 16:23:09 +0200 Subject: Only show updatedAt date of abuse if different from createdAt --- client/src/app/shared/video-abuse/video-abuse.service.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'client/src/app/shared/video-abuse/video-abuse.service.ts') 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 { return this.authHttp.get>(url, { params }) .pipe( - map(res => this.restExtractor.convertResultListDateToHuman(res)), catchError(res => this.restExtractor.handleError(res)) ) } -- cgit v1.2.3