From 9df52d660feb722404be00a50f3c8a612bec1c15 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 17 Aug 2021 14:42:53 +0200 Subject: Migrate client to eslint --- client/src/app/+videos/+video-edit/video-update.component.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'client/src/app/+videos/+video-edit/video-update.component.ts') diff --git a/client/src/app/+videos/+video-edit/video-update.component.ts b/client/src/app/+videos/+video-edit/video-update.component.ts index 95336dc75..9bef60133 100644 --- a/client/src/app/+videos/+video-edit/video-update.component.ts +++ b/client/src/app/+videos/+video-edit/video-update.component.ts @@ -38,7 +38,7 @@ export class VideoUpdateComponent extends FormReactive implements OnInit { private loadingBar: LoadingBarService, private videoCaptionService: VideoCaptionService, private liveVideoService: LiveVideoService - ) { + ) { super() } @@ -119,8 +119,7 @@ export class VideoUpdateComponent extends FormReactive implements OnInit { } update () { - if (this.checkForm() === false - || this.isUpdatingVideo === true) { + if (this.checkForm() === false || this.isUpdatingVideo === true) { return } -- cgit v1.2.3