Removed unused parameters in scripts
This commit is contained in:
@ -7,7 +7,7 @@ export default class VideoPlayer {
|
||||
this.arn = arn
|
||||
}
|
||||
|
||||
play(video: HTMLVideoElement) {
|
||||
play(_: HTMLVideoElement) {
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user