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:
@@ -16,9 +16,8 @@ class SpeechConfig extends Emitter {
|
||||
this.update(opts);
|
||||
}
|
||||
|
||||
update(opts = {}) {
|
||||
update(session) {
|
||||
// TODO validation of session params?
|
||||
const {session } = opts;
|
||||
if (session) {
|
||||
this.sessionConfig = lodash.merge(
|
||||
{},
|
||||
|
||||
Reference in New Issue
Block a user