diff --git a/lib/commands/pin-rpc.js b/lib/commands/pin-rpc.js index 258c6f53b..a6f1642c6 100644 --- a/lib/commands/pin-rpc.js +++ b/lib/commands/pin-rpc.js @@ -49,7 +49,6 @@ var loadUserPins = function (Env, safeKey, cb) { // only put this into the cache if it completes session.channels = value; } - session.channels = value; done(value); }); });