mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 17:17:58 +00:00
fix say task again
This commit is contained in:
@@ -259,7 +259,7 @@ class Cognigy extends Task {
|
||||
|
||||
await this._enqueueTask((async() => {
|
||||
this.logger.info({text}, "received text");
|
||||
const sayTask = this._makeSayTask(text).exec();
|
||||
const sayTask = this._makeSayTask(text);
|
||||
await sayTask.exec(cs, ep, this);
|
||||
}).bind(this));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user