From 9a713508758ba1f18442fdfea15423b2c3f4ea17 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Mon, 24 Jan 2022 15:09:10 -0500 Subject: [PATCH] lint fix --- 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 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);