Skip to content

Commit

Permalink
Merge branch 'feat/#7'
Browse files Browse the repository at this point in the history
  • Loading branch information
lkhoony committed Jul 16, 2024
2 parents 79b64db + e688a63 commit ad6a399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PoseDetector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const PoseDetector: React.FC = () => {
}

const detectStart = async (video: HTMLVideoElement): Promise<void> => {
worker.onmessage = ({ data }: any) => {
worker.onmessage = ({ }: any) => {
if (modelRef.current) {
modelRef.current.detect(video, detect)
}
Expand Down

0 comments on commit ad6a399

Please sign in to comment.