Skip to content

Commit

Permalink
fix: keep flag for auto dataset download
Browse files Browse the repository at this point in the history
  • Loading branch information
oreHGA committed Jul 27, 2024
1 parent 63f7e02 commit 0e26ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/lab/experiment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const Experiment: FC<IExperiment> = (experiment) => {
async function stopMuseRecording() {
if (museEEGService) {
setIsMuseRecording(false);
await museEEGService.stopRecording();
await museEEGService.stopRecording(true);
}
}

Expand Down

0 comments on commit 0e26ac1

Please sign in to comment.