fix an invalid use of dropChannel
This commit is contained in:
parent
ff73e96cb8
commit
e8142d983b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user