Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tachibana-shin committed May 30, 2023
1 parent 25df1cd commit e65024d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BrtPlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@ const emit = defineEmits<{
const firstSaveStore = new Set<string>()
// eslint-disable-next-line @typescript-eslint/no-explicit-any
function throttle<T extends (...args: any[]) => void>(
fn: T
fn: Promise<T>
): T & {
cancel: () => void
} {
Expand Down

0 comments on commit e65024d

Please sign in to comment.