From 9813ce8ea2e29b18a7bbde334913ad6eae93dc05 Mon Sep 17 00:00:00 2001 From: Corey Date: Tue, 14 Jan 2025 22:33:07 -0800 Subject: [PATCH] Remove unnecessary code --- lib/client.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/client.js b/lib/client.js index 200c2953..19d8f0f4 100644 --- a/lib/client.js +++ b/lib/client.js @@ -680,9 +680,6 @@ module.exports = function (dependencies) { } await this.closeAndDestroySession(this.session); await this.closeAndDestroySession(this.manageChannelsSession); - if (this.config.createConnection) { - this.config.createConnection = null; - } if (callback) { callback();