Skip to content

Commit

Permalink
refactor: Delete unnecessary break (unreachable code)
Browse files Browse the repository at this point in the history
  • Loading branch information
Korilakkuma committed Jan 28, 2023
1 parent b194ba7 commit 36a8933
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SoundModule/Recorder/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,6 @@ export class Recorder implements Connectable {
return `data:audio/wav;base64,${base64}`;
}

break;
case 'blob' :
case 'objectURL': {
const blob = new Blob([wave], { type: 'audio/wav' });
Expand Down

0 comments on commit 36a8933

Please sign in to comment.