From e8142d983b287c37c45362c932e7cc18790ced54 Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 21 Feb 2020 13:46:11 -0500 Subject: [PATCH] fix an invalid use of dropChannel --- lib/hk-util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hk-util.js b/lib/hk-util.js index 3221d50a2..5ba923809 100644 --- a/lib/hk-util.js +++ b/lib/hk-util.js @@ -144,7 +144,7 @@ const checkExpired = function (Env, Server, channel) { error: 'EEXPIRED', channel: channel }, Env.id); - dropChannel(channel); + dropChannel(Env, channel); }); // return true to indicate that it has expired