some tracing cleanup

This commit is contained in:
Dave Horton
2022-03-31 08:03:17 -04:00
parent 6072dcf11c
commit f280f9436f
2 changed files with 6 additions and 6 deletions

View File

@@ -184,9 +184,9 @@ class TaskGather extends Task {
this._killAudio(cs);
this.ep.removeAllListeners('dtmf');
clearTimeout(this.interDigitTimer);
this._resolve('killed');
this.playTask?.span.end();
this.sayTask?.span.end();
this._resolve('killed');
}
updateTimeout(timeout) {