Skip to content

Commit

Permalink
Merge branch 'main' into feat/refer_custom_headers
Browse files Browse the repository at this point in the history
  • Loading branch information
xquanluu authored Nov 25, 2024
2 parents dd4a91f + c6c63e2 commit aa7ddf5
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 aa7ddf5

Please sign in to comment.