From 7dcd7d81406f4869363d2a5595d5c68f7106eb22 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 15 Nov 2022 15:16:41 +0100 Subject: Fix client lint --- client/src/app/+videos/+video-edit/video-add.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/+videos') diff --git a/client/src/app/+videos/+video-edit/video-add.component.ts b/client/src/app/+videos/+video-edit/video-add.component.ts index 25203de1b..460c37a38 100644 --- a/client/src/app/+videos/+video-edit/video-add.component.ts +++ b/client/src/app/+videos/+video-edit/video-add.component.ts @@ -143,7 +143,7 @@ export class VideoAddComponent implements OnInit, CanComponentDeactivate { return text } - canDeactivate (): { canDeactivate: boolean, text?: string} { + canDeactivate (): { canDeactivate: boolean, text?: string } { if (this.secondStepType === 'upload') return this.videoUpload.canDeactivate() if (this.secondStepType === 'import-url') return this.videoImportUrl.canDeactivate() if (this.secondStepType === 'import-torrent') return this.videoImportTorrent.canDeactivate() -- cgit v1.2.3