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 e65024d commit dc20249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/BrtPlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1117,8 +1117,8 @@ 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: Promise<T>
function throttle<T extends (...args: any[]) => Promise<void>>(
fn: T
): T & {
cancel: () => void
} {
Expand Down

0 comments on commit dc20249

Please sign in to comment.