]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.ts
NoImplicitAny flag true (#1157)
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-videos / video-change-ownership / video-change-ownership.component.ts
index 7437b939ad12e90b67641414d688b5e356fc804c..eb3f9404f83d7f83dd4e81ec6bdd97f809f40955 100644 (file)
@@ -49,7 +49,8 @@ export class VideoChangeOwnershipComponent extends FormReactive implements OnIni
       .catch((_) => _) // Called when closing (cancel) the modal without validating, do nothing
   }
 
-  search (event) {
+  // TODO: typing
+  search (event: any) {
     const query = event.query
     this.userService.autocomplete(query)
       .subscribe(