trying to pass redis client to speech utils causing restart (#557)

This commit is contained in:
Dave Horton
2023-12-01 18:26:33 -05:00
committed by GitHub
parent 86a14daf79
commit e5b60ca9b0

View File

@@ -178,7 +178,7 @@ function installSrfLocals(srf, logger) {
synthAudio, synthAudio,
getNuanceAccessToken, getNuanceAccessToken,
getIbmAccessToken, getIbmAccessToken,
} = require('@jambonz/speech-utils')({redis_client: client}, logger); } = require('@jambonz/speech-utils')({}, logger);
const { const {
writeAlerts, writeAlerts,
AlertType AlertType