Skip to content

Commit

Permalink
fix duplicate attempt to destroy dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton committed Nov 22, 2024
1 parent 916d577 commit c6c63e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/call-session.js
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,6 @@ class CallSession extends Emitter {
if (!IMMUTABLE_HEADERS.includes(h)) headers[h] = bye.headers[h];
});
await other.destroy({headers});
await other.destroy();
} catch (err) {}

const trackingOn = process.env.JAMBONES_TRACK_ACCOUNT_CALLS ||
Expand Down

0 comments on commit c6c63e2

Please sign in to comment.