From 9203deef0f4a258053e6508983a7f5095c394da3 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Wed, 2 Aug 2023 10:27:50 -0400 Subject: [PATCH] fix bug in prev commit --- lib/session/call-session.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/session/call-session.js b/lib/session/call-session.js index 745a8606..bef33c60 100644 --- a/lib/session/call-session.js +++ b/lib/session/call-session.js @@ -798,7 +798,7 @@ class CallSession extends Emitter { if (0 === this.tasks.length && this.requestor instanceof WsRequestor && - !this.requestor.this.closedGracefully && + !this.requestor.closedGracefully && !this.callGone ) { try {