From f004c4d7012fcc695d2f54441a778683fd5070b8 Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 14 Feb 2018 19:42:00 +0100 Subject: [PATCH] lint compliance --- rpc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc.js b/rpc.js index 8148c189c..e241a271f 100644 --- a/rpc.js +++ b/rpc.js @@ -1346,7 +1346,7 @@ RPC.create = function ( }); case 'REMOVE_OWNED_CHANNEL': - return void removeOwnedChannel(Env, msg[1], publicKey, function (e, response) { + return void removeOwnedChannel(Env, msg[1], publicKey, function (e) { if (e) { return void Respond(e); } Respond(void 0, "OK"); });