mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:47:17 +08:00
Appease the linter
This commit is contained in:
parent
e352ed1908
commit
090cf28af4
@ -146,7 +146,7 @@ export class VoiceRecorder {
|
||||
.then(() => this.recorderStream.getTracks().forEach(t => t.stop()))
|
||||
// Finally do our post-processing and clean up
|
||||
.then(() => {
|
||||
clearInterval(<number>this.freqTimerId);
|
||||
clearInterval(this.freqTimerId);
|
||||
this.recording = false;
|
||||
return this.recorder.close();
|
||||
}).then(() => this.buffer);
|
||||
|
Loading…
Reference in New Issue
Block a user