From cee21c3dbc9df3733d63c39e14276c3cb03ee4be Mon Sep 17 00:00:00 2001 From: akirilyuk Date: Fri, 4 Feb 2022 09:01:37 +0100 Subject: [PATCH] use custom customizer --- 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 3a3993a2..84e0ed5a 100644 --- a/lib/tasks/cognigy/speech-config.js +++ b/lib/tasks/cognigy/speech-config.js @@ -19,7 +19,7 @@ class SpeechConfig extends Emitter { } _mergeConfig(changedConfig = {}) { - const merged = lodash.merge( + const merged = lodash.mergeWith( this.sessionConfig, changedConfig, (objValue, sourceValue) => {