From 310b5219b38427f0c2c7ba57225afdd8f3064380 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 8 Jul 2020 15:51:46 +0200 Subject: Add new abuses tests --- client/src/app/shared/shared-moderation/video-report.component.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'client/src/app/shared/shared-moderation') diff --git a/client/src/app/shared/shared-moderation/video-report.component.ts b/client/src/app/shared/shared-moderation/video-report.component.ts index b8d9f8d27..7977e4cca 100644 --- a/client/src/app/shared/shared-moderation/video-report.component.ts +++ b/client/src/app/shared/shared-moderation/video-report.component.ts @@ -140,7 +140,6 @@ export class VideoReportComponent extends FormReactive implements OnInit { const { hasStart, startAt, hasEnd, endAt } = this.form.get('timestamp').value this.abuseService.reportVideo({ - accountId: this.video.account.id, reason, predefinedReasons, video: { -- cgit v1.2.3