lint compliance

This commit is contained in:
ansuz 2020-03-16 12:29:26 -04:00
parent e32bfa2747
commit 2a9780abcf
1 changed files with 2 additions and 0 deletions

View File

@ -540,10 +540,12 @@ Pinning.loadChannelPins = function (Env) {
});
};
/*
const deferResponse = function (Env, channel, cb) {
const pending = Env.pendingPinInquiries;
(pending[channel] = pending[channel] || []).push(cb);
};
*/
Pinning.isChannelPinned = function (Env, channel, cb) {
return void cb(void 0, true); // XXX