From b6c307db703d953bb299b18cd2f31ac6196bfacf Mon Sep 17 00:00:00 2001 From: Quan HL Date: Fri, 18 Aug 2023 13:38:23 +0700 Subject: [PATCH] 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 700ae942..7f6cc968 100644 --- a/lib/tasks/gather.js +++ b/lib/tasks/gather.js @@ -541,7 +541,7 @@ class TaskGather extends Task { writeAlerts({ account_sid: this.cs.accountSid, alert_type: AlertType.STT_FAILURE, - vendor, + vendor: this.execVendor, detail: err.message }); }).catch((err) => this.logger.info({err}, 'Error generating alert for tts failure'));