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