Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SivanA-Kaltura committed Oct 4, 2023
1 parent 7da7e27 commit 0ecd059
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/audio-player.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ class AudioPlayer extends BasePlugin<AudioPlayerConfig> {
return true;
}

reset() {}
reset() {
/**/
}
}

export {AudioPlayer};

0 comments on commit 0ecd059

Please sign in to comment.