mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 17:17:58 +00:00
await gather task
This commit is contained in:
@@ -321,7 +321,7 @@ class Cognigy extends Task {
|
||||
turnConfig: evt?.data?.config?.nextTurn
|
||||
});
|
||||
try {
|
||||
this.gatherTask.exec(cs, ep, this);
|
||||
await this.gatherTask.exec(cs, ep, this);
|
||||
} catch (err) {
|
||||
this.logger.info({err}, 'Cognigy gather task returned error');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user