From 15517828d2d907bce1f1985a1d09c63afb71f90c Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Mon, 13 Jul 2020 09:58:42 -0400 Subject: [PATCH] typo --- lib/tasks/conference.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/conference.js b/lib/tasks/conference.js index ac84e913..55afc864 100644 --- a/lib/tasks/conference.js +++ b/lib/tasks/conference.js @@ -73,7 +73,7 @@ class Conference extends Task { const dlg = cs.dlg; // reset answer time if we were transferred from another feature server - if (this.this.connectTime) dlg.connectTime = this.connectTime; + if (this.connectTime) dlg.connectTime = this.connectTime; this.ep.on('destroy', this._kicked.bind(this, cs, dlg));