This commit is contained in:
Quan HL
2023-08-18 13:38:23 +07:00
parent aa161290c7
commit b6c307db70

View File

@@ -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'));