From e20c472bd262963903304d8e5331750e0c64eabd Mon Sep 17 00:00:00 2001 From: akirilyuk Date: Tue, 1 Feb 2022 16:02:37 +0100 Subject: [PATCH] remove this --- lib/tasks/gather.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/gather.js b/lib/tasks/gather.js index 886f70b7..2b4a516f 100644 --- a/lib/tasks/gather.js +++ b/lib/tasks/gather.js @@ -111,7 +111,7 @@ class TaskGather extends Task { if (!this.killed) startListening(cs, ep); }); } - else this.startListening(); + else startListening(); if (this.input.includes('speech') && this.listenDuringPrompt) { await this._initSpeech(cs, ep);