Skip to content

Commit

Permalink
Update angular example
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Jun 11, 2024
1 parent 86357a0 commit 238b7f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/angular-example/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 238b7f1

Please sign in to comment.