fix bug in prev commit

This commit is contained in:
Dave Horton
2023-08-02 10:27:21 -04:00
parent 78337ad55e
commit ab64d0fc24

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 {