fix bug in prev commit

This commit is contained in:
Dave Horton
2023-08-02 10:27:50 -04:00
parent 48b182c891
commit 9203deef0f

View File

@@ -798,7 +798,7 @@ class CallSession extends Emitter {
if (0 === this.tasks.length && if (0 === this.tasks.length &&
this.requestor instanceof WsRequestor && this.requestor instanceof WsRequestor &&
!this.requestor.this.closedGracefully && !this.requestor.closedGracefully &&
!this.callGone !this.callGone
) { ) {
try { try {