Skip to content

Commit

Permalink
fix: add missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
eteubert committed Mar 6, 2024
1 parent 8418817 commit 0183a33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ export default defineComponent({
addTrack() {
this.dispatch(auphonic.addTrack())
},
removeTrack(id) {
removeTrack(id: string) {
this.dispatch(auphonic.removeTrack(id))
},
updateTrack(prop: string, value: any, index: number) {
Expand Down

0 comments on commit 0183a33

Please sign in to comment.