From e872d314b3fffe16c359a35419ef9ce2ecc7b166 Mon Sep 17 00:00:00 2001 From: akirilyuk Date: Wed, 2 Feb 2022 22:23:28 +0100 Subject: [PATCH] fix udnefined var --- lib/tasks/cognigy/speech-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/cognigy/speech-config.js b/lib/tasks/cognigy/speech-config.js index b7554a14..b8c5f42b 100644 --- a/lib/tasks/cognigy/speech-config.js +++ b/lib/tasks/cognigy/speech-config.js @@ -25,7 +25,7 @@ class SpeechConfig extends Emitter { session ); } - this.logger.debug({opts, sessionLevel: this.sessionConfig}, 'SpeechConfig updated'); + this.logger.debug({sessionLevel: this.sessionConfig}, 'SpeechConfig updated'); } makeSayTaskConfig({text, turnConfig = {}} = {}) {