Browse Source

lint compliance

master
ansuz 10 months ago
parent
commit
2a9780abcf
1 changed files with 2 additions and 0 deletions
  1. 2
      lib/commands/pin-rpc.js

2
lib/commands/pin-rpc.js

@ -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

Loading…
Cancel
Save