NoImplicitAny flag true (#1157)
[oweals/peertube.git] / client / src / app / videos / +video-edit / video-add-components / video-send.ts
index 6d1bac3f23e2c0539f3abde1912c7f866f4f5555..cf9d47cbe0d9349e85ce20407ac74ce80ab91652 100644 (file)
@@ -30,7 +30,7 @@ export abstract class VideoSend extends FormReactive implements OnInit, CanCompo
   protected videoService: VideoService
   protected videoCaptionService: VideoCaptionService
 
-  abstract canDeactivate ()
+  abstract canDeactivate (): any
 
   ngOnInit () {
     this.buildForm({})