gather defaults to multiple utterances

This commit is contained in:
Dave Horton
2023-03-27 15:53:01 -04:00
parent 5131d524ce
commit efdea3e514
2 changed files with 2 additions and 2 deletions

View File

@@ -105,7 +105,7 @@ class TaskGather extends Task {
get needsStt() { return this.input.includes('speech'); }
get wantsMultipleUtterances() {
return this.data.recognizer?.singleUtterance === false;
return this.data.recognizer?.singleUtterance !== true;
}
get earlyMedia() {