@uppy/core: set default for Body generic (#5244)

* @uppy/core: set default for Body generic

* Update angular example
This commit is contained in:
Merlijn Vos 2024-06-11 15:41:01 +02:00 committed by GitHub
parent 9ff3746c83
commit 181ea6dfe8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 5 deletions

View file

@ -65,8 +65,7 @@ export class AppComponent implements OnInit {
},
}
// eslint-disable-next-line @typescript-eslint/no-explicit-any
uppy: Uppy<any, any> = new Uppy({ debug: true, autoProceed: true })
uppy = new Uppy({ debug: true, autoProceed: true })
ngOnInit(): void {
this.uppy