use custom customizer

This commit is contained in:
akirilyuk
2022-02-04 09:01:37 +01:00
parent e2753ca8a3
commit cee21c3dbc

View File

@@ -19,7 +19,7 @@ class SpeechConfig extends Emitter {
}
_mergeConfig(changedConfig = {}) {
const merged = lodash.merge(
const merged = lodash.mergeWith(
this.sessionConfig,
changedConfig,
(objValue, sourceValue) => {