Skip to content

Commit

Permalink
make video longer lol
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuzJ committed Nov 11, 2023
1 parent 7b66133 commit b80039e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dance-app/src/sections/recording.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const RecordingPage = ({ refVideo, pb, goBack }: RecordingPageProps) => {
setTimeout(async () => {
await stopRecording(recording.id);
setShowVideo(VideoState.preview);
}, 3000);
}, 7000);
}
console.log(recordingRef.current);
};
Expand Down

0 comments on commit b80039e

Please sign in to comment.