From a23dc50c20da4280e55b9885eeb1a27a46cdd727 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Fri, 3 May 2024 08:56:55 -0400 Subject: [PATCH] lint --- 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 a6448413..2b7af70a 100644 --- a/lib/tasks/gather.js +++ b/lib/tasks/gather.js @@ -970,7 +970,7 @@ class TaskGather extends SttTask { bugname: this.bugname }) .catch((err) => { - if (this.resolved) return; + if (this.resolved) return; this.logger.error({err}, 'Error stopping transcription'); }); }