Skip to content

Commit

Permalink
chore(repo): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocroh committed Jun 2, 2024
1 parent f971678 commit cff4eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/video-player.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {
} from './ui/select'

interface HTMLVideoElementWithSetSinkId extends HTMLVideoElement {
setSinkId?: (sinkId: string) => Promise<void>
setSinkId: (sinkId: string) => Promise<void>
}

type VideoPlayer = {
Expand Down

0 comments on commit cff4eaf

Please sign in to comment.