mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 17:17:58 +00:00
use custom customizer
This commit is contained in:
@@ -19,7 +19,7 @@ class SpeechConfig extends Emitter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_mergeConfig(changedConfig = {}) {
|
_mergeConfig(changedConfig = {}) {
|
||||||
const merged = lodash.merge(
|
const merged = lodash.mergeWith(
|
||||||
this.sessionConfig,
|
this.sessionConfig,
|
||||||
changedConfig,
|
changedConfig,
|
||||||
(objValue, sourceValue) => {
|
(objValue, sourceValue) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user