mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 17:17:58 +00:00
return the merged config...
This commit is contained in:
@@ -26,6 +26,7 @@ class SpeechConfig extends Emitter {
|
||||
this.logger.debug({merged, sessionConfig: this.sessionConfig, changedConfig}, 'merged config');
|
||||
// should we override hints with empty array or leave it as it is once saved?
|
||||
// merged.recognizer.hints = changedConfig.recognizer?.hints
|
||||
return merged;
|
||||
}
|
||||
|
||||
update(session) {
|
||||
|
||||
Reference in New Issue
Block a user