mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 17:17:58 +00:00
add more logs
This commit is contained in:
@@ -23,8 +23,8 @@ class SpeechConfig extends Emitter {
|
||||
this.sessionConfig,
|
||||
changedConfig,
|
||||
(objValue, sourceValue) => {
|
||||
if(isArray(objValue)){
|
||||
if(isArray(sourceValue)){
|
||||
if (isArray(objValue)) {
|
||||
if (isArray(sourceValue)) {
|
||||
return sourceValue;
|
||||
}
|
||||
return objValue;
|
||||
|
||||
Reference in New Issue
Block a user