add more logs

This commit is contained in:
akirilyuk
2022-02-04 08:26:55 +01:00
parent 50f926bce4
commit 5c8f91c1c1
2 changed files with 6 additions and 2 deletions

View File

@@ -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;