mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
trying to pass redis client to speech utils causing restart (#557)
This commit is contained in:
@@ -178,7 +178,7 @@ function installSrfLocals(srf, logger) {
|
||||
synthAudio,
|
||||
getNuanceAccessToken,
|
||||
getIbmAccessToken,
|
||||
} = require('@jambonz/speech-utils')({redis_client: client}, logger);
|
||||
} = require('@jambonz/speech-utils')({}, logger);
|
||||
const {
|
||||
writeAlerts,
|
||||
AlertType
|
||||
|
||||
Reference in New Issue
Block a user