lint compliance

pull/1/head
ansuz 5 years ago
parent e32bfa2747
commit 2a9780abcf

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

Loading…
Cancel
Save