lint compliance

This commit is contained in:
yflory 2018-02-14 19:42:00 +01:00
parent e83e589cf0
commit f004c4d701

2
rpc.js
View file

@ -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");
});