Skip to content

Commit

Permalink
Fix lint (#3062)
Browse files Browse the repository at this point in the history
Co-authored-by: miko <[email protected]>
  • Loading branch information
keikari and miko authored Feb 20, 2024
1 parent 6c1b5e3 commit cbbd328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/component/viewers/videoViewer/internal/videojs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export type Player = {
isFullscreen: () => boolean,
muted: (?boolean) => boolean,
on: (string, (any) => void) => void,
off: (string, (any) => void) => void,
off: (string, ?(any) => void) => void,
one: (string, (any) => void) => void,
play: () => Promise<any>,
playbackRate: (?number) => number,
Expand Down

0 comments on commit cbbd328

Please sign in to comment.