diff --git a/lib/tasks/gather.js b/lib/tasks/gather.js index a7e56686..1d08c6e8 100644 --- a/lib/tasks/gather.js +++ b/lib/tasks/gather.js @@ -280,7 +280,7 @@ class TaskGather extends Task { transcript: evt.Text } ] - } + }; } } if (evt.is_final) this._resolve('speech', evt);