mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 17:17:58 +00:00
fix udnefined var
This commit is contained in:
@@ -25,7 +25,7 @@ class SpeechConfig extends Emitter {
|
|||||||
session
|
session
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
this.logger.debug({opts, sessionLevel: this.sessionConfig}, 'SpeechConfig updated');
|
this.logger.debug({sessionLevel: this.sessionConfig}, 'SpeechConfig updated');
|
||||||
}
|
}
|
||||||
|
|
||||||
makeSayTaskConfig({text, turnConfig = {}} = {}) {
|
makeSayTaskConfig({text, turnConfig = {}} = {}) {
|
||||||
|
|||||||
Reference in New Issue
Block a user