fix an invalid use of dropChannel

pull/1/head
ansuz 5 years ago
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…
Cancel
Save