Skip to content

Commit 04b87b9

Browse files
committed
Fix linting
1 parent e9078b0 commit 04b87b9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/speech-recognizer.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ export default class SpeechRecognizer {
7070

7171
setTimeout(() => {
7272
console.log("ending speech");
73-
readStream.removeListener("data", () => {});
73+
readStream.removeListener("data", () => {
74+
// TODO
75+
});
7476
console.log("ENDING");
7577
req.write(this.http2Utility.createEnding());
7678
req.end();

0 commit comments

Comments
 (0)