Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 090cf28

Browse files
committed
Appease the linter
1 parent e352ed1 commit 090cf28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/voice/VoiceRecorder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export class VoiceRecorder {
146146
.then(() => this.recorderStream.getTracks().forEach(t => t.stop()))
147147
// Finally do our post-processing and clean up
148148
.then(() => {
149-
clearInterval(<number>this.freqTimerId);
149+
clearInterval(this.freqTimerId);
150150
this.recording = false;
151151
return this.recorder.close();
152152
}).then(() => this.buffer);

0 commit comments

Comments
 (0)